diff --git a/ui/desktop/src/components/ActiveAgentView.tsx b/ui/desktop/src/components/ActiveAgentView.tsx index 0302e25717..3719528199 100644 --- a/ui/desktop/src/components/ActiveAgentView.tsx +++ b/ui/desktop/src/components/ActiveAgentView.tsx @@ -101,7 +101,7 @@ function ActiveAgentChat({ ); return ( -
+
{messages.length === 0 && chatState === ChatState.Idle ? ( @@ -209,7 +209,7 @@ export default function ActiveAgentView({ if (state === 'loading') { return ( -
+

Waking up the active agent...

@@ -218,7 +218,7 @@ export default function ActiveAgentView({ if (state === 'error') { return ( -
+

Could not connect to the active agent.

{errorMsg && (

{errorMsg}