Update ScrollingCollectionList.tsx

This commit is contained in:
lostb1t
2025-01-24 09:06:30 +01:00
committed by GitHub
parent c4a83e283f
commit d34b86297a

View File

@@ -28,7 +28,7 @@ export const ScrollingCollectionList: React.FC<Props> = ({
disabled = false,
queryFn,
queryKey,
hideIfEmpty = true,
hideIfEmpty = false,
...props
}) => {
const { data, isLoading } = useQuery({