diff --git a/src/features/staking/components/staking-overview.tsx b/src/features/staking/components/staking-overview.tsx index 3641179..cf6fb46 100644 --- a/src/features/staking/components/staking-overview.tsx +++ b/src/features/staking/components/staking-overview.tsx @@ -140,7 +140,7 @@ const StakingOverview = () => {
Available For Delegation (XION) - {formatToSmallDisplay(new BigNumber(availableDelegation.amount))} + {formatCoin(availableDelegation, undefined, true)} {formatXionToUSD(availableDelegation)}