nit
This commit is contained in:
@@ -79,7 +79,7 @@ export function Wizard({
|
|||||||
data: profilesData,
|
data: profilesData,
|
||||||
isLoading: isLoadingProfiles,
|
isLoading: isLoadingProfiles,
|
||||||
isError: isErrorProfiles,
|
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 listItems = profilesData?.pages.flatMap(p => p.items)
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user