From 9107986f5bbb014ab2682ec85bf9764edfae2cd9 Mon Sep 17 00:00:00 2001 From: majdyz Date: Wed, 8 Apr 2026 15:00:08 +0700 Subject: [PATCH] fix(frontend/builder): escape quotes in welcome state to satisfy react/no-unescaped-entities --- .../build/components/BuilderChatPanel/BuilderChatPanel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autogpt_platform/frontend/src/app/(platform)/build/components/BuilderChatPanel/BuilderChatPanel.tsx b/autogpt_platform/frontend/src/app/(platform)/build/components/BuilderChatPanel/BuilderChatPanel.tsx index 2b94e3d046..bba7188859 100644 --- a/autogpt_platform/frontend/src/app/(platform)/build/components/BuilderChatPanel/BuilderChatPanel.tsx +++ b/autogpt_platform/frontend/src/app/(platform)/build/components/BuilderChatPanel/BuilderChatPanel.tsx @@ -183,8 +183,8 @@ function MessageList({

Ask me to explain or modify your agent.

- You can say things like "What does this agent do?" or "Add a step - that formats the output." + You can say things like “What does this agent do?” or + “Add a step that formats the output.”

)}