diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index da9e3d1c..5bf58286 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -71,7 +71,6 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { const location = useLocation(); const navigate = useNavigate(); const { user, profile, signOut, loading, profileComplete } = useAuth(); - const [mobileArmsOpen, setMobileArmsOpen] = useState(false); const navigation = [ { name: "Home", href: "/" },