From eace1b71200975b67fa7d7374f7a3b50ef7400f7 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 10 Nov 2025 20:02:10 +0000 Subject: [PATCH] completionId: cgen-2bdafd7fb4114b97a813277b56de4a46 cgen-2bdafd7fb4114b97a813277b56de4a46 --- client/components/ArmSwitcherModal.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/client/components/ArmSwitcherModal.tsx b/client/components/ArmSwitcherModal.tsx index 40488761..d172394b 100644 --- a/client/components/ArmSwitcherModal.tsx +++ b/client/components/ArmSwitcherModal.tsx @@ -133,26 +133,26 @@ export default function ArmSwitcherModal({ return (
{/* Header */} -
+
-

+

{selectedArm ? selectedArmData?.label : "Select Arm"}

-
+
{/* Content */} -
+
{!selectedArm ? ( // Arm Grid - Minimal -
+
{ARMS.map((arm) => (