diff --git a/src/components/listing-parts/bundles.astro b/src/components/listing-parts/bundles.astro index 54df240..7ba76c6 100644 --- a/src/components/listing-parts/bundles.astro +++ b/src/components/listing-parts/bundles.astro @@ -23,7 +23,7 @@ const hasBundleIdentifiers = Array.isArray( listing.bundles )
- { listing.bundles.map( ( [bundleIdentifier, versions] ) => ( + { listing.bundles.map( ( [ bundleIdentifier ] ) => (