From 5346b3a3b7bd8f298e4c7546d9b954632981016f Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Tue, 18 Mar 2025 04:17:44 +0100 Subject: [PATCH] Update ChatTable.tsx --- components/dashboard/ChatTable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/ChatTable.tsx b/components/dashboard/ChatTable.tsx index be33493..5f0dcf9 100644 --- a/components/dashboard/ChatTable.tsx +++ b/components/dashboard/ChatTable.tsx @@ -120,7 +120,7 @@ export default function ChatTable() { // Play sound if there are new messages if (newUnreadCounts.totalUnread > unreadCounts.totalUnread) { - playNotificationSound(); + //playNotificationSound(); } setUnreadCounts(newUnreadCounts); @@ -226,7 +226,7 @@ export default function ChatTable() {
- +