From 171b79bebdd20f8ca0c9caec196c5dfb208d1af6 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 12 Jun 2024 15:57:55 -0700 Subject: [PATCH] nit --- src/screens/StarterPack/Wizard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/StarterPack/Wizard/index.tsx b/src/screens/StarterPack/Wizard/index.tsx index f4833373b7..c6cc94c499 100644 --- a/src/screens/StarterPack/Wizard/index.tsx +++ b/src/screens/StarterPack/Wizard/index.tsx @@ -79,7 +79,7 @@ export function Wizard({ data: profilesData, isLoading: isLoadingProfiles, isError: isErrorProfiles, - } = useListMembersQuery(listUri, 51) // 51 because we also include the current user + } = useListMembersQuery(listUri, 50) const listItems = profilesData?.pages.flatMap(p => p.items) const {