diff --git a/memento-note/components/agents/agent-detail-view.tsx b/memento-note/components/agents/agent-detail-view.tsx index 9976ebb..570df9c 100644 --- a/memento-note/components/agents/agent-detail-view.tsx +++ b/memento-note/components/agents/agent-detail-view.tsx @@ -495,12 +495,12 @@ export function AgentDetailView({ > {notebooks.filter(nb => !nb.parentId).map(nb => ( - - + <> + {notebooks.filter(c => c.parentId === nb.id).map(child => ( ))} - + ))} @@ -651,12 +651,12 @@ export function AgentDetailView({