fix logging out

This commit is contained in:
Spectralitree 2021-06-26 23:06:06 +02:00
parent 0a386ece0a
commit 8da031a128

View File

@ -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>