Skip to content

Commit

Permalink
fix(stake): display correct value for withdrawal (#4219)
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Sep 20, 2024
1 parent 43c0f9e commit 91f1054
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const StakingConfirmationTxWithdraw = ({ order }: StakingOrderConfirmationViewPr
<FieldsGrid title="Receive">
{' '}
<TokenAmount
value={order.rewards}
value={order.value}
tokenSymbol={order.tokenInfo.symbol}
decimals={order.tokenInfo.decimals}
logoUri={order.tokenInfo.logoUri}
Expand Down

0 comments on commit 91f1054

Please sign in to comment.