Skip to content

Commit

Permalink
fix - shapeshift firststep submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyncee59 committed Jun 7, 2018
1 parent 50f78f1 commit d682368
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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) => <DataError onClick={this.handleRefresh} message={message} />,
Expand Down

0 comments on commit d682368

Please sign in to comment.