diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index cf67f686..5b8f4103 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -68,7 +68,6 @@ const App = (message, props) => { const [isLoggedIn, setIsLoggedIn] = useState(false) const [dataset, setDataset] = useState(false) const [isLoaded, setIsLoaded] = useState(false) - const [modalOpen, setModalOpen] = useState(false) const [curpath, setCurpath] = useState(typeof window === "undefined" || window.location === undefined ? "" : window.location.pathname) @@ -195,24 +194,22 @@ const App = (message, props) => {