Update ChatTable.tsx

This commit is contained in:
NotII
2025-03-18 04:17:44 +01:00
parent 350bd4759d
commit 5346b3a3b7

View File

@@ -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() {
<div className="flex items-center space-x-3">
<Avatar>
<AvatarFallback>
<User className="h-4 w-4" />
<User className="h-4t w-4" />
</AvatarFallback>
</Avatar>
<div>