Skip to content

Commit

Permalink
Add atom pool in deposit table
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJRD committed Aug 16, 2023
1 parent 65cd324 commit 8e50a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const DepositTable = ({ deposits, pools, prices, onLeavePool, onDepositRetry, on
)}
</h3>
<p className='mb-0'>
{numeral(usdPrice).format('$0,0[.]00')} - {I18n.t('pools.poolId', { poolId: deposit.poolId?.toString() || '' })} -{' '}
{numeral(usdPrice).format('$0,0[.]00')} - {DenomsUtils.getNormalDenom(deposit.amount?.denom || '').toUpperCase()} {I18n.t('pools.poolId')} -{' '}
{I18n.t('deposit.depositId', { depositId: deposit.depositId?.toString() || '' })}
</p>
</div>
Expand Down

0 comments on commit 8e50a4c

Please sign in to comment.