mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 20:02:58 +01:00
fix small bug where max transaction fee isn't properly passed through confirmation screen flow (#13893)
This commit is contained in:
parent
c666849c31
commit
c77f736378
@ -84,7 +84,7 @@ export default function ConfirmTokenTransactionSwitch({ transaction }) {
|
||||
transaction={transaction}
|
||||
ethTransactionTotal={ethTransactionTotal}
|
||||
fiatTransactionTotal={fiatTransactionTotal}
|
||||
hexTransactionTotal={hexTransactionTotal}
|
||||
hexMaximumTransactionFee={hexMaximumTransactionFee}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user