From 0ce154981447f54e441acd89e09bbd913b4be3ec Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:52:41 +0000 Subject: [PATCH] completionId: cgen-4f2433b054f743cc97e2ff009e5a1ff1 cgen-4f2433b054f743cc97e2ff009e5a1ff1 --- client/components/ArmSwitcher.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 89ba1d2e..7c6c7943 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -94,13 +94,9 @@ const LOGO_URLS: Record = { 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); - setIsExpanded(false); }; return (