1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Fix advanced gas controls on the confirm screen

This commit is contained in:
Whymarrh Whitby 2019-02-12 11:24:03 -03:30
parent 7f9d8de4ce
commit eed3ee41d4

View File

@ -221,7 +221,7 @@ const mergeProps = (stateProps, dispatchProps, ownProps) => {
validate: validateEditGas, validate: validateEditGas,
}), }),
cancelAllTransactions: () => dispatchCancelAllTransactions(valuesFor(unapprovedTxs)), cancelAllTransactions: () => dispatchCancelAllTransactions(valuesFor(unapprovedTxs)),
updateGasAndCalculate, updateGasAndCalculate: dispatchUpdateGasAndCalculate,
} }
} }