From ce8e18f620c9d4fda2a87d3a03063690ace8fc49 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 9 May 2025 12:40:07 -0700 Subject: [PATCH] improvement: address feedback --- .../SettingsPage/components/OrgTabGroup/OrgTabGroup.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/organization/SettingsPage/components/OrgTabGroup/OrgTabGroup.tsx b/frontend/src/pages/organization/SettingsPage/components/OrgTabGroup/OrgTabGroup.tsx index 84532126f..65b84ccbf 100644 --- a/frontend/src/pages/organization/SettingsPage/components/OrgTabGroup/OrgTabGroup.tsx +++ b/frontend/src/pages/organization/SettingsPage/components/OrgTabGroup/OrgTabGroup.tsx @@ -67,13 +67,13 @@ export const OrgTabGroup = () => { label: "SSH", icon: "verified" } - ].map(({ label, type, icon }) => ( + ].map(({ label, type, icon }, index) => (
  • - + {index !== 0 && }