fix: correct JSX structure in node page for chat widget
This commit is contained in:
@@ -182,12 +182,11 @@ export default function NodeCabinetPage() {
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Floating Chat Widget */}
|
||||||
|
<AgentChatWidget contextType="node" contextId={nodeId} />
|
||||||
</div>
|
</div>
|
||||||
|
);
|
||||||
{/* Floating Chat Widget */}
|
|
||||||
<AgentChatWidget contextType="node" contextId={nodeId} />
|
|
||||||
</div>
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Basic profile view (for NODE2 and others)
|
// Basic profile view (for NODE2 and others)
|
||||||
|
|||||||
Reference in New Issue
Block a user