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