From a0345cb812bc93b5c52f07ef478cf39181482dfe Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 05:01:34 +0000 Subject: [PATCH] Remove isModalOpen state from ArmSwitcher cgen-d09db17015794fc1aee0a36a1ee351da --- client/components/ArmSwitcher.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 6243100c..09e4e0db 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -97,7 +97,6 @@ export default function ArmSwitcher() { const navigate = useNavigate(); const [isExpanded, setIsExpanded] = useState(false); const [scrollPosition, setScrollPosition] = useState(0); - const [isModalOpen, setIsModalOpen] = useState(false); const handleArmClick = (href: string) => { navigate(href);