diff --git a/src/components/listing-parts/bundles.astro b/src/components/listing-parts/bundles.astro index 7ba76c6..b9f49b0 100644 --- a/src/components/listing-parts/bundles.astro +++ b/src/components/listing-parts/bundles.astro @@ -11,7 +11,7 @@ const { listing } = Astro.props -const hasBundleIdentifiers = Array.isArray( listing.bundles ) +const hasBundleIdentifiers = Array.isArray( listing.bundles ) && listing.bundles.length > 0 --- { hasBundleIdentifiers && (