diff --git a/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx b/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx index dd524a198..647c93282 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/client-layout.tsx @@ -240,11 +240,7 @@ export function DashboardClientLayout({ } return ( - + {/* Use AppSidebarProvider which fetches user, search space, and recent chats */} task.source === "document_processor") || []; const documentProcessorTasksCount = documentProcessorTasks.length; - const activeTasksCount = summary?.active_tasks.length || 0; const prevActiveTasksCount = useRef(activeTasksCount); diff --git a/surfsense_web/app/globals.css b/surfsense_web/app/globals.css index c78c074fb..4f4ab6de1 100644 --- a/surfsense_web/app/globals.css +++ b/surfsense_web/app/globals.css @@ -159,4 +159,3 @@ button { @source '../node_modules/@llamaindex/chat-ui/**/*.{ts,tsx}'; @source '../node_modules/streamdown/dist/*.js'; -