From 714fa9fbc4526c09500ab7566a6a0ea61c7c4203 Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 22 May 2024 01:23:57 +0200 Subject: [PATCH] Modal fix in header --- frontend/src/App.jsx | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) 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) => {