mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-12 01:00:18 +00:00
Fix logs
This commit is contained in:
@ -98,7 +98,9 @@ const NotificationsDrawer = ({
|
|||||||
|
|
||||||
const soundType = soundByStatus[orderStatus] ?? 'ding';
|
const soundType = soundByStatus[orderStatus] ?? 'ding';
|
||||||
const sound = audio[soundType];
|
const sound = audio[soundType];
|
||||||
console.log(sound);
|
|
||||||
|
void sound.play();
|
||||||
|
void sound.play();
|
||||||
void sound.play();
|
void sound.play();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user