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 (
-
-
-
-
+
);
};