Skip to content

Commit

Permalink
fix(trade): slippage symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
adderpositive authored and tomasklim committed Jan 21, 2025
1 parent 2737885 commit 36871e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const CoinmarketOfferExchangeSendSwap = () => {
<InfoItem label={<Translation id="TR_EXCHANGE_SWAP_SLIPPAGE_OFFERED" />}>
<FormattedCryptoAmount
value={receiveStringAmount}
symbol={receive}
symbol={receiveCoinSymbol}
contractAddress={receiveContractAddress}
/>
</InfoItem>
Expand Down

0 comments on commit 36871e1

Please sign in to comment.