diff --git a/src/modules/[chain]/account/[address].vue b/src/modules/[chain]/account/[address].vue index fe4b31bf..32d2de6b 100644 --- a/src/modules/[chain]/account/[address].vue +++ b/src/modules/[chain]/account/[address].vue @@ -93,7 +93,7 @@ loadAccount(props.address);
-
+
-
+
- +
- - - - {{ format.formatToken(v) }} - - ≈${{ 0 }} - - - - - - - {{ format.formatToken(v.balance) }} - - ≈${{ 0 }} - - - - - - - {{ format.formatToken(v) }} - - ≈${{ 0 }} - - - +
≈${{ 0 }}
+
+
+ + {{ format.calculatePercent(rewardItem.amount, totalAmount) }} +
+
+
-
-
+
{{ format.formatToken({ amount: String(unbondingTotal), @@ -235,7 +256,7 @@ loadAccount(props.address); }) }}
-
≈${{ 0 }}
+
≈${{ 0 }}
- - Assets - - - - - - - - - - - - - - - {{ format.formatToken(v) }} - - - ≈${{ 0 }} - - - - - - - - {{ format.formatToken(v.balance) }} - - - ≈${{ 0 }} - - - - - - - - {{ format.formatToken(v) }} - - - ≈${{ 0 }} - - - - - - - - - {{ - format.formatToken({ - amount: String(unbondingTotal), - denom: stakingStore.params.bond_denom, - }) - }} - - - ≈${{ 0 }} - - - - - - {{ totalAmount }} - - - - -

Delegations

-
+