diff --git a/src/components/chat/chat-widget.tsx b/src/components/chat/chat-widget.tsx index ece49d7..2aa0b80 100644 --- a/src/components/chat/chat-widget.tsx +++ b/src/components/chat/chat-widget.tsx @@ -726,13 +726,10 @@ export function ChatWidget() { )} -
- -

- {activeSession ? `#${activeSession.ticketRef}` : "Chat"} + #{activeSession?.ticketRef ?? chatData?.ticketId?.slice(-4)}

{/* Indicador online/offline */} {liveChat?.hasMachine && (