fix: correct JSX structure in node page for chat widget

This commit is contained in:
Apple
2025-11-30 09:15:17 -08:00
parent 38e49adeba
commit c4d7eb4493

View File

@@ -182,12 +182,11 @@ export default function NodeCabinetPage() {
</Link>
</div>
</div>
{/* Floating Chat Widget */}
<AgentChatWidget contextType="node" contextId={nodeId} />
</div>
{/* Floating Chat Widget */}
<AgentChatWidget contextType="node" contextId={nodeId} />
</div>
);
);
}
// Basic profile view (for NODE2 and others)