From c2a65773cddb6f09a917a77dcc9132d21b370c1e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 19:52:35 +0000 Subject: [PATCH] completionId: cgen-2febac6afea74d9693914747a01654b6 cgen-2febac6afea74d9693914747a01654b6 --- client/components/ArmSwitcher.tsx | 16 ---------------- 1 file changed, 16 deletions(-) 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)} - /> ); }