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