diff --git a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx index e9d23a62e9..4f2304315e 100644 --- a/src/screens/Onboarding/StepSuggestedAccounts/index.tsx +++ b/src/screens/Onboarding/StepSuggestedAccounts/index.tsx @@ -54,7 +54,6 @@ export function StepSuggestedAccounts() { /* * Special language handling copied wholesale from the Explore screen */ - // FIGURE OUT BEFORE MERGE: IS THIS POPULATED BEFORE FIRST ONBOARDING const {contentLanguages} = useLanguagePrefs() const useFullExperience = useMemo(() => { if (contentLanguages.length === 0) return true