diff --git a/src/modules/wallet/accounts.vue b/src/modules/wallet/accounts.vue index e291ce1b..ddefbadb 100644 --- a/src/modules/wallet/accounts.vue +++ b/src/modules/wallet/accounts.vue @@ -311,7 +311,7 @@ async function loadBalances(endpoint: string, address: string) {
  • - + {{ format.formatToken(x.delegation, true, '0,0.[00]', 'all') }}
    {{ format.formatNumber(x.delegation.change24h, '+0.[00]') }}%
    @@ -330,7 +330,7 @@ async function loadBalances(endpoint: string, address: string) {
  • - + {{ format.formatToken(x, true, '0,0.[00]', 'all') }}
    {{ format.formatNumber(x.change24h, '+0.[00]') }}%