Users: replacing table with dataGrid &&

This commit is contained in:
Mikhail 2023-05-17 17:08:37 +00:00
parent 5f6ea741f4
commit c8a5580fa7

@ -62,7 +62,6 @@ export default function Chat() {
}, [messageApiPage, messagesPerPage, ticketId]);
useEffect(function subscribeToMessages() {
==== BASE ====
if (!ticketId) return;
if (!token) return;
@ -84,7 +83,6 @@ export default function Chat() {
console.log("SSE Error:", event);
},
});
==== BASE ====
return () => {
unsubscribe();