Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
bhawesh96 authored and gitmate-bot committed Oct 31, 2018
1 parent 631e380 commit 2f31c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/app/nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AppNav extends Component {
this.setState({info});
}).catch(() => {
alert("Invalid user token");
this.onSignOut()
this.onSignOut();
this.setState({info: null, showModal: true});
});
};
Expand Down

0 comments on commit 2f31c80

Please sign in to comment.