Skip to content

Commit

Permalink
fix: reverted a change
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyhoward committed Sep 4, 2024
1 parent 59a0c9c commit f630624
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/UI/Swaps/components/QuotesModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ function QuotesModal({
<Text small>{strings('swaps.guaranteed_amount')}</Text>
<Text primary>
{fromTokenMinimalUnitString(
(
selectedDetailsQuote.destinationAmount || '0'
).toString(10),
selectedDetailsQuote.destinationAmount,
destinationToken.decimals,
)}{' '}
<Text reset bold>
Expand Down

0 comments on commit f630624

Please sign in to comment.