We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e0a2ab + 3cf6d65 commit 0ea48d2Copy full SHA for 0ea48d2
src/components/WalletAccounts.vue
@@ -30,10 +30,7 @@
30
</div>
31
32
</template>
33
- <template
34
- #detail-sub
35
- v-if="account.totalFiatBalance && account.loadingInitialBalance === false"
36
- >
+ <template #detail-sub v-if="account.totalFiatBalance">
37
{{ formatFiatUI(formatFiat(account.totalFiatBalance)) }}
38
39
<template v-else> Loading... </template>
@@ -61,10 +58,7 @@
61
58
Ledger
62
59
63
60
64
65
66
67
68
69
70
0 commit comments