feat: hide sections when empty by default

This commit is contained in:
sarendsen
2025-01-24 08:59:41 +01:00
parent dac471f0a6
commit c4a83e283f
2 changed files with 3 additions and 3 deletions

View File

@@ -431,6 +431,7 @@ export default function index() {
queryKey={section.queryKey}
queryFn={section.queryFn}
orientation={section.orientation}
hideIfEmpty
/>
);
} else if (section.type === "MediaListSection") {