From fb773fbb83ead1566319a35e7d3c5f566d060b18 Mon Sep 17 00:00:00 2001 From: Krzysztof Czerwinski Date: Thu, 9 Jan 2025 16:39:38 +0100 Subject: [PATCH] Lint --- .../frontend/src/components/agptui/AgentInfo.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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