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 (