Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Maximilian Dorninger
2025-12-07 22:50:07 +01:00
committed by GitHub
parent 1d1e678890
commit c17efaa306
5 changed files with 5 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
<h1 class="scroll-m-20 text-center text-4xl font-extrabold tracking-tight lg:text-5xl">
TV Shows
</h1>
{#if importables.length > 0}
{#if importables?.length > 0}
<div
class="grid w-full auto-rows-min gap-4 sm:grid-cols-1 lg:grid-cols-2 xl:grid-cols-4 2xl:grid-cols-4"
>