diff --git a/web/components/layout/auth/DesktopSidebar.tsx b/web/components/layout/auth/DesktopSidebar.tsx index 2d067190b..9657d2660 100644 --- a/web/components/layout/auth/DesktopSidebar.tsx +++ b/web/components/layout/auth/DesktopSidebar.tsx @@ -22,7 +22,6 @@ import EndOnboardingConfirmation from "@/components/templates/onboarding/EndOnbo import { Dialog } from "@/components/ui/dialog"; import { DialogContent } from "@/components/ui/dialog"; import CreateOrgForm from "@/components/templates/organization/createOrgForm"; -import { useJawnClient } from "@/lib/clients/jawnHook"; import { useUser } from "@supabase/auth-helpers-react"; export interface NavigationItem { @@ -188,8 +187,6 @@ const DesktopSidebar = ({ useState(false); const [showCreateOrg, setShowCreateOrg] = useState(false); - const jawn = useJawnClient(); - return ( <> {/* Mobile hamburger menu */} @@ -241,41 +238,41 @@ const DesktopSidebar = ({ )} >