From a04ed5dab8386ad6d3cb257aeb9e00866ae8222a Mon Sep 17 00:00:00 2001 From: Sun Burnt Date: Tue, 22 Oct 2024 16:00:28 -0400 Subject: [PATCH] fix: use formatCoin on available staking balance --- src/features/staking/components/staking-overview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)}