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() {
- +