We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b84a39 commit b92f545Copy full SHA for b92f545
src/views/Practice/Practice.jsx
@@ -98,7 +98,6 @@ const Practice = () => {
98
const audio = new Audio(audioSrc);
99
audio.play();
100
} else {
101
- // Fallback to LevelCompleteAudio if preloaded audio is not available
102
const fallbackAudio = new Audio(LevelCompleteAudio);
103
fallbackAudio.play();
104
}
0 commit comments