no color in transfers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user