Fix Lekte

This commit is contained in:
2023-11-13 21:04:19 +04:00
parent ddf1c16e6c
commit 0236aacaea
-2
View File
@@ -89,8 +89,6 @@ export default function Lekte({audio, url, parole}) {
audioRef.current.play()
setIsPlaying(true)
startTimer()
} else {
isReady.current = true
}
}, [])