From d1ed3e705f3fbd66bb72ab628d400be6a83697c3 Mon Sep 17 00:00:00 2001 From: Griffithtp Date: Thu, 27 Jun 2019 07:54:36 +0100 Subject: [PATCH] fix: remove undefined error --- src/App/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App/App.tsx b/src/App/App.tsx index 6e6aebc..aee581a 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -124,7 +124,6 @@ export default class App extends Component<{}, AppStateInterface> { this.setState(prevState => ({ // @ts-ignore showLoginModal: !prevState.showLoginModal, - error: undefined, })); };