fix dependency bug

This commit is contained in:
Arjun 2026-03-27 22:55:56 +05:30
parent 473ffa5d4a
commit f7ff6ee11a

View file

@ -714,7 +714,7 @@ function App() {
setVoiceAvailable(false)
setTtsAvailable(false)
})
}, [voice])
}, [voice.warmup])
useEffect(() => {
refreshVoiceAvailability()