From 2317a701bdad42419da9c2dbca9e271527408fc3 Mon Sep 17 00:00:00 2001 From: martmull Date: Tue, 24 Mar 2026 15:33:37 +0100 Subject: [PATCH] Fix double arrow (#18916) ## Before image ## after image --- .../tabs/SettingsApplicationsDeveloperTab.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/twenty-front/src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx b/packages/twenty-front/src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx index dd5af8e606..1478fcef2d 100644 --- a/packages/twenty-front/src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx +++ b/packages/twenty-front/src/pages/settings/applications/tabs/SettingsApplicationsDeveloperTab.tsx @@ -124,13 +124,7 @@ export const SettingsApplicationsDeveloperTab = () => { const badgeConfig = SOURCE_TYPE_BADGE_CONFIG[item.sourceType]; return ( - - - - + ); };