make live now gate fail-open (#9714)

This commit is contained in:
Samuel Newman
2026-01-16 18:34:00 +02:00
committed by GitHub
parent fbd1138d97
commit acc26c965d
3 changed files with 3 additions and 3 deletions
@@ -25,7 +25,7 @@ export const enabled = createIsEnabledCheck(props => {
'2026-01-16T00:00:00.000Z',
props.currentProfile.createdAt,
) &&
props.gate('live_now_beta')
!props.gate('disable_live_now_beta')
)
})