diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index dcc068bd1..6a9baa86a 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -126,7 +126,7 @@ const ThreadContent: FC = () => { @@ -681,7 +681,7 @@ const Composer: FC = () => { }, [mentionedDocuments]); return ( - + {
-
+
{mentionedDocs && mentionedDocs.length > 0 ? ( ) : ( diff --git a/surfsense_web/components/layout/ui/tabs/TabBar.tsx b/surfsense_web/components/layout/ui/tabs/TabBar.tsx index 2d013eaaa..3015fcf51 100644 --- a/surfsense_web/components/layout/ui/tabs/TabBar.tsx +++ b/surfsense_web/components/layout/ui/tabs/TabBar.tsx @@ -89,7 +89,7 @@ export function TabBar({ {leftActions ?
{leftActions}
: null}
{tabs.map((tab) => { const isActive = tab.id === activeTabId; diff --git a/surfsense_web/components/public-chat/public-thread.tsx b/surfsense_web/components/public-chat/public-thread.tsx index 627baf831..19a13ab54 100644 --- a/surfsense_web/components/public-chat/public-thread.tsx +++ b/surfsense_web/components/public-chat/public-thread.tsx @@ -120,7 +120,7 @@ const PublicUserMessage: FC = () => { >
-
+