From 22171601ffccd835910cb1fd3976bb53420df769 Mon Sep 17 00:00:00 2001 From: JR Reed Date: Tue, 8 Oct 2024 11:37:19 -0400 Subject: [PATCH] Removed show all times after it is clicked (#777) --- src/templates/layouts/event/index.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/templates/layouts/event/index.tsx b/src/templates/layouts/event/index.tsx index 63293a6c3..61faf7088 100644 --- a/src/templates/layouts/event/index.tsx +++ b/src/templates/layouts/event/index.tsx @@ -303,12 +303,14 @@ export const Event = ({ {formattedDates.length > 5 && (
- + {!showAllEvents && ( + + )}
)}