make live now gate fail-open (#9714)
This commit is contained in:
@@ -110,7 +110,7 @@ export function useCanGoLive() {
|
||||
const gate = useGate()
|
||||
const {hasSession} = useSession()
|
||||
if (!hasSession) return false
|
||||
return IS_DEV ? true : gate('live_now_beta')
|
||||
return IS_DEV ? true : !gate('disable_live_now_beta')
|
||||
}
|
||||
|
||||
export function useCheckEmailConfirmed() {
|
||||
|
||||
Reference in New Issue
Block a user