diff --git a/frontend/src/components/app-bar/AppBar.jsx b/frontend/src/components/app-bar/AppBar.jsx index 3a6e32f..200803c 100644 --- a/frontend/src/components/app-bar/AppBar.jsx +++ b/frontend/src/components/app-bar/AppBar.jsx @@ -60,6 +60,9 @@ export default function DrawerAppBar() { }; const shouldShowRoute = (route) => { + if(route.title === 'Staff'){ + return false; + } if (route.title === 'Signup') { if (accessToken || refreshToken) { return false;