fix logging out
This commit is contained in:
parent
0a386ece0a
commit
8da031a128
@ -25,7 +25,7 @@ export default function App() {
|
||||
return (
|
||||
<div className={ `contents ${localStorage.getItem('opendyslexic') ? "opendyslexic" : ""}`}>
|
||||
<Router history={history} basename="/pk-webs">
|
||||
<Navbar forceUpdate={forceUpdate} setIsSumbit={setIsSubmit} />
|
||||
<Navbar forceUpdate={forceUpdate} setIsSubmit={setIsSubmit} />
|
||||
<div className="content">
|
||||
<BS.Container>
|
||||
<Switch>
|
||||
|
Loading…
Reference in New Issue
Block a user