From 099c7bdd354e0a63fdcb4483dbf17080b8935e23 Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Thu, 23 May 2024 14:02:15 +0200 Subject: [PATCH] Remove p --- .../public/components/agents/prompts/prompt-select-agent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/public/components/agents/prompts/prompt-select-agent.tsx b/plugins/main/public/components/agents/prompts/prompt-select-agent.tsx index ff64c41039..df59265f8e 100644 --- a/plugins/main/public/components/agents/prompts/prompt-select-agent.tsx +++ b/plugins/main/public/components/agents/prompts/prompt-select-agent.tsx @@ -27,7 +27,7 @@ export const PromptSelectAgent = ({ body, title }: PromptSelectAgentProps) => { {title}} - body={body &&

{body}

} + body={body && <>{body}} actions={ Select agent