From 34f7cdbbba48f178e37811c6ed7ccc3cb6067ffd Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:52:18 +0000 Subject: [PATCH] completionId: cgen-adadadc1b2d941808f513499f626ba5e cgen-adadadc1b2d941808f513499f626ba5e --- client/components/Layout.tsx | 1 + 1 file changed, 1 insertion(+) 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: "/" },