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