diff --git a/autogpt_platform/frontend/src/components/agptui/AgentInfo.tsx b/autogpt_platform/frontend/src/components/agptui/AgentInfo.tsx index 93cde8207e..dfe8f38f76 100644 --- a/autogpt_platform/frontend/src/components/agptui/AgentInfo.tsx +++ b/autogpt_platform/frontend/src/components/agptui/AgentInfo.tsx @@ -155,11 +155,10 @@ export const AgentInfo: React.FC = ({ > {processing ? ( - ) : ( - userAgent ? ( + ) : userAgent ? ( - ) : ( - ) + ) : ( + )} {processing