mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
fix: remove undefined error
This commit is contained in:
parent
b683b68a2c
commit
d1ed3e705f
@ -124,7 +124,6 @@ export default class App extends Component<{}, AppStateInterface> {
|
||||
this.setState(prevState => ({
|
||||
// @ts-ignore
|
||||
showLoginModal: !prevState.showLoginModal,
|
||||
error: undefined,
|
||||
}));
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user