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, })); };