diff --git a/src/bridge/EthereumJSBridge.js b/src/bridge/EthereumJSBridge.js index df4508bd..db28ce4a 100644 --- a/src/bridge/EthereumJSBridge.js +++ b/src/bridge/EthereumJSBridge.js @@ -37,7 +37,7 @@ const EditFees = ({ account, onChange, value }: EditProps) => ( const EditAdvancedOptions = ({ onChange, value }: EditProps) => ( { + onChangeGasLimit={gasLimit => { onChange({ ...value, gasLimit }) }} />