1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Merge pull request #6139 from whymarrh/fix-confirm-advanced-gas

Fix advanced gas controls on the confirm screen
This commit is contained in:
Whymarrh Whitby 2019-02-12 11:51:18 -03:30 committed by GitHub
commit 1da1ec0df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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