diff --git a/components/home/ScrollingCollectionList.tsx b/components/home/ScrollingCollectionList.tsx index ae41d984..06f5a057 100644 --- a/components/home/ScrollingCollectionList.tsx +++ b/components/home/ScrollingCollectionList.tsx @@ -28,7 +28,7 @@ export const ScrollingCollectionList: React.FC = ({ disabled = false, queryFn, queryKey, - hideIfEmpty = true, + hideIfEmpty = false, ...props }) => { const { data, isLoading } = useQuery({