diff --git a/apps/web/pages/apps/installed/[category].tsx b/apps/web/pages/apps/installed/[category].tsx
index f5e9a0f528..64913c79c7 100644
--- a/apps/web/pages/apps/installed/[category].tsx
+++ b/apps/web/pages/apps/installed/[category].tsx
@@ -247,7 +247,7 @@ const IntegrationsContainer = ({
);
}
return (
- <>
+
- >
+
);
}}
/>
@@ -313,19 +313,17 @@ export default function InstalledApps() {
return (
<>
-
- {categoryList.includes(category) && (
-
- )}
- {category === "calendar" && }
- {category === "other" && (
-
- )}
-
+ {categoryList.includes(category) && (
+
+ )}
+ {category === "calendar" && }
+ {category === "other" && (
+
+ )}