} title="Assistants" />
@@ -64,10 +41,7 @@ export default async function Page() {
Existing Assistants
-
+
);
diff --git a/web/src/app/assistants/gallery/page.tsx b/web/src/app/assistants/gallery/page.tsx
index 24b36cd2b..1ae928c59 100644
--- a/web/src/app/assistants/gallery/page.tsx
+++ b/web/src/app/assistants/gallery/page.tsx
@@ -22,33 +22,24 @@ export default async function GalleryPage({
const {
user,
chatSessions,
- assistants,
folders,
openedFolders,
shouldShowWelcomeModal,
toggleSidebar,
- hasAnyConnectors,
- hasImageCompatibleModel,
} = data;
return (
<>
-