From 479cb26f39aed9493c0d8e2b26b27eb786781e91 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Fri, 29 Apr 2022 12:13:25 -0500 Subject: [PATCH] Remove unused variable --- src/components/listing-parts/bundles.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] ) => (