✨ 🎍 useVoiceEnabled.ts
This commit is contained in:
@@ -23,3 +23,4 @@ export function useVoiceEnabled(): boolean {
|
|||||||
const authed = useMemo(hasVoiceAuth, [authVersion])
|
const authed = useMemo(hasVoiceAuth, [authVersion])
|
||||||
return userIntent && authed && isVoiceGrowthBookEnabled()
|
return userIntent && authed && isVoiceGrowthBookEnabled()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user