1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

fix small bug where max transaction fee isn't properly passed through confirmation screen flow (#13893)

This commit is contained in:
Alex Donesky 2022-03-09 16:13:26 -06:00 committed by GitHub
parent c666849c31
commit c77f736378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,7 @@ export default function ConfirmTokenTransactionSwitch({ transaction }) {
transaction={transaction} transaction={transaction}
ethTransactionTotal={ethTransactionTotal} ethTransactionTotal={ethTransactionTotal}
fiatTransactionTotal={fiatTransactionTotal} fiatTransactionTotal={fiatTransactionTotal}
hexTransactionTotal={hexTransactionTotal} hexMaximumTransactionFee={hexMaximumTransactionFee}
/> />
)} )}
/> />