From 0ebb746ad9ed6903288abc2e876a37ac4a00dc6f Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 27 Apr 2022 14:31:46 -0500 Subject: [PATCH] Remove extra video row and make conditional --- .../listing-parts/related-videos.astro | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/components/listing-parts/related-videos.astro b/src/components/listing-parts/related-videos.astro index 5020df0..dd83478 100644 --- a/src/components/listing-parts/related-videos.astro +++ b/src/components/listing-parts/related-videos.astro @@ -9,15 +9,15 @@ const { const hasRelatedVideos = listing.relatedVideos.length > 0 --- - +{ hasRelatedVideos && ( + +)}