Skip to content

Commit

Permalink
fix display bonded
Browse files Browse the repository at this point in the history
  • Loading branch information
tubackkhoa committed Feb 27, 2023
1 parent b63345a commit 7c3f802
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Pools/LiquidityMining/LiquidityMining.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const LiquidityMining: React.FC<LiquidityMiningProps> = ({
amount: rewardInfoFirst
? Number(rewardInfoFirst.bond_amount) ?? 0
: 0,
decimals: lpTokenInfoData.decimals,
denom: `${
lpTokenInfoData?.symbol.charAt(0) === 'u'
? lpTokenInfoData?.symbol.substring(1)
Expand Down

0 comments on commit 7c3f802

Please sign in to comment.