Skip to content

Commit

Permalink
Fix display of transaction amount on confirm screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
danjm committed Jul 3, 2019
1 parent f7cbb5a commit 4330341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/selectors/confirm-transaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export const transactionFeeSelector = function (state, txData) {
const hexTransactionTotal = sumHexes(value, hexTransactionFee)

return {
hexTransactionAmount: txData.value,
hexTransactionAmount: value,
fiatTransactionAmount,
ethTransactionAmount,
hexTransactionFee,
Expand Down

0 comments on commit 4330341

Please sign in to comment.