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:
parent
c666849c31
commit
c77f736378
@ -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}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user