From 6327ca498a29c346f437deadc9777feb94bbb217 Mon Sep 17 00:00:00 2001 From: chark1es Date: Thu, 13 Feb 2025 00:46:51 -0800 Subject: [PATCH] filters only the published events --- src/components/dashboard/EventsSection.astro | 1683 +++++++++--------- 1 file changed, 815 insertions(+), 868 deletions(-) diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro index 4f2affd..451acce 100644 --- a/src/components/dashboard/EventsSection.astro +++ b/src/components/dashboard/EventsSection.astro @@ -4,282 +4,262 @@ import JSZip from "jszip"; ---