This commit is contained in:
koalasat
2025-07-24 16:15:04 +02:00
parent 18a46f6d52
commit f1b6926b1d

View File

@ -98,7 +98,9 @@ const NotificationsDrawer = ({
const soundType = soundByStatus[orderStatus] ?? 'ding';
const sound = audio[soundType];
console.log(sound);
void sound.play();
void sound.play();
void sound.play();
};