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,7 +182,6 @@ export default function NodeCabinetPage() {
</Link> </Link>
</div> </div>
</div> </div>
</div>
{/* Floating Chat Widget */} {/* Floating Chat Widget */}
<AgentChatWidget contextType="node" contextId={nodeId} /> <AgentChatWidget contextType="node" contextId={nodeId} />