This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: collections key on "use collections"

+1 -1
+1 -1
src/webapp/features/collections/lib/queries/useCollections.tsx
··· 11 11 const limit = props?.limit ?? 15; 12 12 13 13 return useSuspenseInfiniteQuery({ 14 - queryKey: collectionKeys.infinite(), 14 + queryKey: collectionKeys.infinite(props.didOrHandle), 15 15 initialPageParam: 1, 16 16 queryFn: ({ pageParam }) => 17 17 getCollections(props.didOrHandle, {