We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9063d commit c6accddCopy full SHA for c6accdd
gui/src/components/Layout.tsx
@@ -59,7 +59,7 @@ const Layout = () => {
59
location.pathname === ROUTES.HOME ||
60
location.pathname === ROUTES.HOME_INDEX
61
);
62
- }, []);
+ }, [location]);
63
64
useEffect(() => {
65
(async () => {
0 commit comments