diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index 2023e2b79b..35aac60d27 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -227,6 +227,7 @@ export function Explore({ */ const {contentLanguages} = useLanguagePrefs() const useFullExperience = useMemo(() => { + if (contentLanguages.length === 0) return true return bcp47Match.basicFilter('en', contentLanguages).length > 0 }, [contentLanguages]) const personalizedInterests = preferences?.interests?.tags