diff --git a/frontend/app/(main)/admin/aiAssistant/agents/page.tsx b/frontend/app/(main)/admin/aiAssistant/agents/page.tsx index 7ade805e..68b28718 100644 --- a/frontend/app/(main)/admin/aiAssistant/agents/page.tsx +++ b/frontend/app/(main)/admin/aiAssistant/agents/page.tsx @@ -223,7 +223,7 @@ export default function AgentListPage() { const cfg = agent.config || {}; const fileCount = (cfg.knowledge_files || []).length; return ( -
+
@@ -236,7 +236,7 @@ export default function AgentListPage() {
{agent.status}
- {agent.description &&

{agent.description}

} +

{agent.description || ""}

@@ -247,7 +247,7 @@ export default function AgentListPage() { {fileCount > 0 && 지식 {fileCount}}
-
+