Release 1.90 prep (#4988)
* Stop creating a mod-authority in e2e due to upstream conflict * Dont require 3 interests when none come back * Fix e2e login * intl extract
This commit is contained in:
@@ -143,7 +143,8 @@ export function StepInterests() {
|
||||
track('OnboardingV2:StepInterests:Start')
|
||||
}, [track])
|
||||
|
||||
const isMinimumInterestsEnabled = gate('onboarding_minimum_interests')
|
||||
const isMinimumInterestsEnabled =
|
||||
gate('onboarding_minimum_interests') && data?.interests.length !== 0
|
||||
const meetsMinimumRequirement = isMinimumInterestsEnabled
|
||||
? interests.length >= MIN_INTERESTS
|
||||
: true
|
||||
|
||||
Reference in New Issue
Block a user