no color in transfers

This commit is contained in:
Sirttas
2026-06-04 19:51:04 +02:00
parent 57b9ec17de
commit 46a2538bef
2 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const sortedArray = computedAsync(async () => {
</template>
<template v-else-if="t.type === TransferTypes.Isk">
<td colspan="2" class="text-right">
<IskLabel :amount="t.amount" />
<IskLabel :amount="t.amount" :colored="false" />
</td>
</template>
</tr>