mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-06 13:52: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)
|
||||
setTtsAvailable(false)
|
||||
})
|
||||
}, [voice])
|
||||
}, [voice.warmup])
|
||||
|
||||
useEffect(() => {
|
||||
refreshVoiceAvailability()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue