diff --git a/packages/views/chat/components/chat-window.tsx b/packages/views/chat/components/chat-window.tsx index d6935eb818..266f46b30e 100644 --- a/packages/views/chat/components/chat-window.tsx +++ b/packages/views/chat/components/chat-window.tsx @@ -907,7 +907,7 @@ function SessionDropdown({ return ( <> - + {triggerAgent && ( )} - {title} + {title} {otherSessionRunning ? ( $.window.another_running)} @@ -933,7 +933,10 @@ function SessionDropdown({ ) : null} - + {sessions.length === 0 ? (
{t(($) => $.window.no_previous)}