Skip to content

Commit

Permalink
fix: error on clicking switch account button. (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainkuniya authored and borisyankov committed Jul 18, 2017
1 parent 4096e71 commit 51bc009
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/account-info/SwitchAccountButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class SwitchAccountButton extends PureComponent {

switchAccount = () => {
this.shutdownPUSH();
this.context.drawer.close();
this.props.actions.navigateToAccountPicker();
};

Expand Down

0 comments on commit 51bc009

Please sign in to comment.