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);