fix: show correct asset in rewards table (#2294)
This commit is contained in:
parent
972325b04a
commit
cf2cfad746
@ -108,7 +108,8 @@ export const RewardTable = ({ reward, delegations }: RewardTableProps) => {
|
||||
<KeyValueTableRow>
|
||||
{t('reward')}
|
||||
<span>
|
||||
{formatNumber(toBigNum(reward.amount, decimals))} {t('VEGA')}
|
||||
{formatNumber(toBigNum(reward.amount, decimals))}{' '}
|
||||
{reward.asset.symbol}
|
||||
</span>
|
||||
</KeyValueTableRow>
|
||||
<KeyValueTableRow>
|
||||
|
Loading…
Reference in New Issue
Block a user