mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-11 21:40:09 +00:00
Fix logs
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user