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} - -