From 7cd1546d6a9b371bd167fc90a981f3cf44b156af Mon Sep 17 00:00:00 2001 From: shivanshiv Date: Sat, 22 Nov 2025 20:54:26 -0700 Subject: [PATCH] Fix events section cards not appearing (Closes #56) --- src/components/EventsSection/Event/Event.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/EventsSection/Event/Event.tsx b/src/components/EventsSection/Event/Event.tsx index 15975ed..686b6f2 100644 --- a/src/components/EventsSection/Event/Event.tsx +++ b/src/components/EventsSection/Event/Event.tsx @@ -21,7 +21,9 @@ const Event = (props: EventProps) => {