mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Fix advanced gas controls on the confirm screen
This commit is contained in:
parent
7f9d8de4ce
commit
eed3ee41d4
@ -221,7 +221,7 @@ const mergeProps = (stateProps, dispatchProps, ownProps) => {
|
||||
validate: validateEditGas,
|
||||
}),
|
||||
cancelAllTransactions: () => dispatchCancelAllTransactions(valuesFor(unapprovedTxs)),
|
||||
updateGasAndCalculate,
|
||||
updateGasAndCalculate: dispatchUpdateGasAndCalculate,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user