diff --git a/src/components/agents/AgentList.tsx b/src/components/agents/AgentList.tsx index ba0388f..7fd3522 100644 --- a/src/components/agents/AgentList.tsx +++ b/src/components/agents/AgentList.tsx @@ -79,47 +79,49 @@ export default function AgentList() { {agents.map((agent) => (
- {agent.custom_prompt} -
- ) : ( -No custom prompt.
- )} -+ {agent.custom_prompt} +
+ ) : ( +No custom prompt.
+ )} +