Skip to content

Commit

Permalink
format fee value
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves committed Feb 22, 2024
1 parent 132442e commit 5cd8350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export const ReviewTransactionContainer = ({
},
fee: {
symbol: feeSymbol,
tokenValue: rbtcFeeValue ?? feeValue,
tokenValue: formatTokenValue(rbtcFeeValue ?? feeValue),
usdValue: formatUsdValue(feeUsd),
},
totalToken: formatTokenValue(totalToken),
Expand Down

0 comments on commit 5cd8350

Please sign in to comment.