From 50d0bb1944c027230093b542875d64aa1a5065bf Mon Sep 17 00:00:00 2001 From: burnt-sun Date: Wed, 23 Oct 2024 15:47:15 -0400 Subject: [PATCH] fix: use formatCoin on available staking balance (#17) --- 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)}