diff --git a/packages/blockchain-wallet-v4-frontend/src/scenes/Exchange/Shapeshift/FirstStep/index.js b/packages/blockchain-wallet-v4-frontend/src/scenes/Exchange/Shapeshift/FirstStep/index.js index d144f258dc3..86d4be969c6 100644 --- a/packages/blockchain-wallet-v4-frontend/src/scenes/Exchange/Shapeshift/FirstStep/index.js +++ b/packages/blockchain-wallet-v4-frontend/src/scenes/Exchange/Shapeshift/FirstStep/index.js @@ -37,7 +37,7 @@ class FirstStepContainer extends React.Component { targetCoin={value.targetCoin} handleMaximum={() => this.props.actions.firstStepMaximumClicked()} handleMinimum={() => this.props.actions.firstStepMinimumClicked()} - handleSubmit={() => this.props.actions.firstStepSubmitClicked()} + onSubmit={() => this.props.actions.firstStepSubmitClicked()} handleSwap={() => this.props.actions.firstStepSwapClicked()} />, Failure: (message) => ,