Skip to content

Commit

Permalink
revert bugs/login-button merge
Browse files Browse the repository at this point in the history
  • Loading branch information
c3bryant committed May 10, 2019
1 parent 56a2d8d commit 5cc3987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/preferences/user/AccountLogin.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class AccountLogin extends Component {
/>
<Touchable
onPress={() => this.props.doLogin(username, password)}
disabled={((this.props.requestStatus) !== null)}
disabled={Boolean(this.props.requestStatus)}
style={
(this.props.requestStatus) ?
(
Expand Down

0 comments on commit 5cc3987

Please sign in to comment.