diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 2e35bc295..d9275cebd 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -269,7 +269,6 @@ const ThinkingStepsScrollHandler: FC = () => { return null; // This component doesn't render anything }; -export const Thread: FC = ({ messageThinkingSteps = new Map() }) => { export const Thread: FC = ({ messageThinkingSteps = new Map(), header }) => { return ( @@ -989,7 +988,7 @@ const UserMessage: FC = () => {
-
+