1
0
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:
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,
}),
cancelAllTransactions: () => dispatchCancelAllTransactions(valuesFor(unapprovedTxs)),
updateGasAndCalculate,
updateGasAndCalculate: dispatchUpdateGasAndCalculate,
}
}