Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jun 8, 2018
1 parent f925d6c commit 7752287
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ class VerifyMobile extends Component {
}

render () {
const { ui, invalid, mobileCode, mobileNumber, mobileVerifiedError, countryCode } = this.props
const { ui, invalid, mobileCode, mobileNumber, mobileVerifiedError } = this.props

let smsHelper = () => {
switch (true) {
Expand Down

0 comments on commit 7752287

Please sign in to comment.