diff --git a/src/view/screens/Search/Search.tsx b/src/view/screens/Search/Search.tsx index 4c434fea21..3fd7440de2 100644 --- a/src/view/screens/Search/Search.tsx +++ b/src/view/screens/Search/Search.tsx @@ -223,7 +223,7 @@ function ExploreScreen() { isFetchingNextPage: isFetchingNextProfilesPage, error: profilesError, fetchNextPage: fetchNextProfilesPage, - } = useSuggestedFollowsQuery({limit: 5}) + } = useSuggestedFollowsQuery({limit: 4}) const { data: feeds, hasNextPage: hasNextFeedsPage, @@ -231,7 +231,7 @@ function ExploreScreen() { isFetchingNextPage: isFetchingNextFeedsPage, error: feedsError, fetchNextPage: fetchNextFeedsPage, - } = useGetPopularFeedsQuery({limit: 5}) + } = useGetPopularFeedsQuery({limit: 4}) const isLoadingMoreProfiles = isFetchingNextProfilesPage && !isLoadingProfiles const onLoadMoreProfiles = React.useCallback(async () => { @@ -437,7 +437,7 @@ function ExploreScreen() { } case 'loadMore': { return ( - +