🎍 useVoiceEnabled.ts

This commit is contained in:
nirholas
2026-03-31 10:23:37 +00:00
parent da2115ac4e
commit 25a140dfaa

View File

@@ -23,3 +23,4 @@ export function useVoiceEnabled(): boolean {
const authed = useMemo(hasVoiceAuth, [authVersion])
return userIntent && authed && isVoiceGrowthBookEnabled()
}