From d34b86297ac522c1eec2f7d290bcf7739da5140e Mon Sep 17 00:00:00 2001 From: lostb1t Date: Fri, 24 Jan 2025 09:06:30 +0100 Subject: [PATCH] Update ScrollingCollectionList.tsx --- components/home/ScrollingCollectionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({