diff --git a/components/home/ScrollingCollectionList.tsx b/components/home/ScrollingCollectionList.tsx index 03cb37e9..f86b1745 100644 --- a/components/home/ScrollingCollectionList.tsx +++ b/components/home/ScrollingCollectionList.tsx @@ -31,7 +31,6 @@ export const ScrollingCollectionList: React.FC = ({ const { data, isLoading } = useQuery({ queryKey, queryFn, - enabled: !disabled, staleTime: 0, });