diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index 2b1d1b36..4c038d25 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -8,7 +8,7 @@ import { useItems } from '#components/Map/hooks/useItems' import type { Item } from '#types/Item' -export default function NavBar({ appName, userType }: { appName: string; userType: string }) { +export default function NavBar({ appName }: { appName: string }) { const { isAuthenticated, user, logout } = useAuth() const [userProfile, setUserProfile] = useState({} as Item)