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

Commit d1ed3e7

Browse files
committed
fix: remove undefined error
1 parent b683b68 commit d1ed3e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ export default class App extends Component<{}, AppStateInterface> {
124124
this.setState(prevState => ({
125125
// @ts-ignore
126126
showLoginModal: !prevState.showLoginModal,
127-
error: undefined,
128127
}));
129128
};
130129

0 commit comments

Comments
 (0)