mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-07 06:12:44 +02:00
fix dependency bug
This commit is contained in:
parent
473ffa5d4a
commit
f7ff6ee11a
1 changed files with 1 additions and 1 deletions
|
|
@ -714,7 +714,7 @@ function App() {
|
||||||
setVoiceAvailable(false)
|
setVoiceAvailable(false)
|
||||||
setTtsAvailable(false)
|
setTtsAvailable(false)
|
||||||
})
|
})
|
||||||
}, [voice])
|
}, [voice.warmup])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
refreshVoiceAvailability()
|
refreshVoiceAvailability()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue