diff --git a/src/views/WalletDelegations.vue b/src/views/WalletDelegations.vue index 602dc3d3..6d9dcbc8 100644 --- a/src/views/WalletDelegations.vue +++ b/src/views/WalletDelegations.vue @@ -11,44 +11,80 @@ - + + VALIDATOR + + + DELEGATION + + + REWARD + + + - - - + + - {{ data.item.validator.moniker }} + {{ row.validator.moniker }} - - - - {{ data.item.reward }} + + + {{ row.delegation }} + + + + {{ row.reward }} - {{ currency }}{{ toCurrency(data.item.reward) }} + {{ currency }}{{ toCurrency(row.reward) }} - - + +