diff --git a/frontend/src/components/TicketsList/index.js b/frontend/src/components/TicketsList/index.js index 6697b16..eddd6ec 100644 --- a/frontend/src/components/TicketsList/index.js +++ b/frontend/src/components/TicketsList/index.js @@ -324,7 +324,7 @@ const TicketsList = () => { ); notification.onclick = function (event) { event.preventDefault(); // - window.open(`/chat/${data.ticket.id}`, "_blank"); + window.open(`/chat/${data.ticket.id}`, "_self"); }; document.getElementById("sound").play();