Skip to content

Commit

Permalink
Remove initial conversion estimate for exports
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltout committed Dec 11, 2024
1 parent d9d25d6 commit 58d9d9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ const ConvertOrCrossChainSendForm = ({ setLoading, setModalHeight, updateSendFor
networkName={networkName}
estimatedResultSubtitle={
isConversion &&
!isExport &&
sendModal.data[SEND_MODAL_PRICE_ESTIMATE] != null &&
processedAmount != null
? `≈ ${Number(
Expand Down

0 comments on commit 58d9d9e

Please sign in to comment.