From 0d1fb4ec0601e4e4c5762c4912d45a13d41e29fd Mon Sep 17 00:00:00 2001 From: Caidan Williams Date: Mon, 28 Jul 2025 18:48:40 -0700 Subject: [PATCH] refactor(ui): remove "Browse more accounts" card on mobile view --- src/components/FeedInterstitials.tsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index 1566db1bff..aab54b7df7 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -243,7 +243,6 @@ export function ProfileGrid({ const t = useTheme() const {_} = useLingui() const moderationOpts = useModerationOpts() - const navigation = useNavigation() const {gtMobile} = useBreakpoints() const isLoading = isSuggestionsLoading || !moderationOpts const maxLength = gtMobile ? 3 : 6 @@ -403,26 +402,6 @@ export function ProfileGrid({ style={[a.overflow_visible]}> {content} - -