Skip to content

Commit

Permalink
fix(no update mobile when opening verify mobile modal)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixtedemaupeou committed May 31, 2018
1 parent 9057dbc commit 8a11c4e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ class MobileNumberVerifyContainer extends React.PureComponent {
this.handleChange = this.handleChange.bind(this)
}

componentDidMount () {
this.handleResend()
}

onSubmit (e) {
e.preventDefault()
this.props.settingsActions.verifyMobile(this.props.code)
Expand Down

0 comments on commit 8a11c4e

Please sign in to comment.