Skip to content

Commit

Permalink
Update Wallets tab colum naming
Browse files Browse the repository at this point in the history
  • Loading branch information
DemogorGod committed Jul 18, 2023
1 parent 00ccd4e commit 1ee2d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/pages/overview/components/BreakdownTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ const tableHeaderOptions = ref(
value: 'act'
},
{
title: 'Balance',
title: 'Wallet Balance',
value: 'bal'
},
{
title: 'Staked Amount',
title: 'Stake Balance',
value: 'stk_amt'
},
{
title: 'Staked Reward',
title: 'Stake Rewards (All-Time)',
value: 'stk_rwd'
}
]
Expand Down

0 comments on commit 1ee2d24

Please sign in to comment.