forked from sombochea/verdaccio-ui
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 => ({
|
this.setState(prevState => ({
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
showLoginModal: !prevState.showLoginModal,
|
showLoginModal: !prevState.showLoginModal,
|
||||||
error: undefined,
|
|
||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user