about summary refs log tree commit diff
path: root/src/components/ProgressGuide
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProgressGuide')
-rw-r--r--src/components/ProgressGuide/FollowDialog.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ProgressGuide/FollowDialog.tsx b/src/components/ProgressGuide/FollowDialog.tsx
index 0d9a962a3..a8c64935a 100644
--- a/src/components/ProgressGuide/FollowDialog.tsx
+++ b/src/components/ProgressGuide/FollowDialog.tsx
@@ -132,6 +132,7 @@ function DialogInner({guide}: {guide: Follow10ProgressGuide}) {
     error: suggestionsError,
   } = useGetSuggestedUsersQuery({
     category: selectedInterest,
+    limit: 50,
   })
   const {
     data: searchResults,