From 437745b20e0689fcdb5979981637e0964d56fc98 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 2 Mar 2024 17:08:55 +0100 Subject: [PATCH] make filter less disturbing --- src/components/EventsPage.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/EventsPage.astro b/src/components/EventsPage.astro index bf26bbe..9bcdd62 100644 --- a/src/components/EventsPage.astro +++ b/src/components/EventsPage.astro @@ -67,12 +67,12 @@ places = places.sort((x, y) => x.num < y.num ? 1 : -1)
{places.map((place) => ( - + {place.id && }