From 05bc1cb7b4a18a10ff6a5fdd9e2557c0ec3d14ac Mon Sep 17 00:00:00 2001 From: rever-tecnologia Date: Mon, 15 Dec 2025 14:11:14 -0300 Subject: [PATCH] =?UTF-8?q?fix(chat-widget):=20corrige=20refer=C3=AAncia?= =?UTF-8?q?=20a=20chatData=20n=C3=A3o=20definida?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/chat/chat-widget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat/chat-widget.tsx b/src/components/chat/chat-widget.tsx index 2aa0b80..49310b0 100644 --- a/src/components/chat/chat-widget.tsx +++ b/src/components/chat/chat-widget.tsx @@ -729,7 +729,7 @@ export function ChatWidget() {

- #{activeSession?.ticketRef ?? chatData?.ticketId?.slice(-4)} + #{activeSession?.ticketRef ?? activeTicketId?.slice(-4)}

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