diff --git a/client/components/ArmSwitcher.tsx b/client/components/ArmSwitcher.tsx index 6cf770cf..3c2e7da6 100644 --- a/client/components/ArmSwitcher.tsx +++ b/client/components/ArmSwitcher.tsx @@ -157,22 +157,6 @@ export default function ArmSwitcher() { ))} - {/* Mobile Version - Single Button that opens Fullscreen Modal */} -
- -
- - {/* Modal for mobile fullscreen arm switching */} - setIsModalOpen(false)} - /> ); }