diff --git a/components/dashboard/ChatNotifications.tsx b/components/dashboard/ChatNotifications.tsx index 8897dca..a2d3ca7 100644 --- a/components/dashboard/ChatNotifications.tsx +++ b/components/dashboard/ChatNotifications.tsx @@ -27,9 +27,7 @@ export default function ChatNotifications() { const [chatMetadata, setChatMetadata] = useState>({}); const audioRef = useRef(null); - // Initialize audio element useEffect(() => { - // Create audio element for notification sound audioRef.current = new Audio('/notification.mp3'); // Fallback if notification.mp3 doesn't exist - use browser API for a simple beep