fix: syntax error in node page - missing closing div

This commit is contained in:
Apple
2025-11-30 09:13:01 -08:00
parent 6297adc0dc
commit 38e49adeba

View File

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