Fix advanced gas controls on the confirm screen

feature/default_network_editable
Whymarrh Whitby 6 years ago
parent 7f9d8de4ce
commit eed3ee41d4
  1. 2
      ui/app/components/pages/confirm-transaction-base/confirm-transaction-base.container.js

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

Loading…
Cancel
Save