diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx index 784d1129..259d1039 100644 --- a/web/components/nav/nav-bar.tsx +++ b/web/components/nav/nav-bar.tsx @@ -15,10 +15,6 @@ import Sidebar from './sidebar' // From https://codepen.io/chris__sev/pen/QWGvYbL export function BottomNavBar() { const [sidebarOpen, setSidebarOpen] = useState(false) - const user = useUser() - if (!user) { - return null - } return (