Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 8ebbe4e

Browse files
committed
current epoch zrx staked formatting
1 parent 6e76be0 commit 8ebbe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/pages/staking/staking_pool.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const StakingPool: React.FC<StakingPoolProps & RouteChildrenProps> = (pro
163163
},
164164
{
165165
title: 'ZRX Staked',
166-
number: `${formatZrx(nextEpoch.zrxStaked).minimized}`,
166+
number: `${formatZrx(nextEpoch.zrxStaked, { bigUnitPostfix: true }).formatted}`,
167167
headerComponent: () => (
168168
<InfoTooltip id="next-epoch-staked-balance">
169169
<div>

0 commit comments

Comments
 (0)