Skip to content

Commit

Permalink
Swaps: Use decimal value for swaps tx (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
wachunei authored Mar 4, 2021
1 parent 08fa75e commit f4065a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/UI/TransactionElement/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ function decodeSwapsTx(args) {
? 1
: contractExchangeRates[safeToChecksumAddress(destinationToken.address)];
const renderDestinationTokenFiatNumber = balanceToFiatNumber(
decimalSourceAmount,
decimalDestinationAmount,
conversionRate,
destinationExchangeRate
);
Expand Down

0 comments on commit f4065a7

Please sign in to comment.