Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: remove undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
griffithtp committed Jun 27, 2019
1 parent b683b68 commit d1ed3e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App/App.tsx
Expand Up @@ -124,7 +124,6 @@ export default class App extends Component<{}, AppStateInterface> {
this.setState(prevState => ({
// @ts-ignore
showLoginModal: !prevState.showLoginModal,
error: undefined,
}));
};

Expand Down

0 comments on commit d1ed3e7

Please sign in to comment.