diff --git a/frontend/src/components/EventList.tsx b/frontend/src/components/EventList.tsx index 84521cf..5e178a6 100644 --- a/frontend/src/components/EventList.tsx +++ b/frontend/src/components/EventList.tsx @@ -170,31 +170,37 @@ const EventList: React.FC = () => { )} - + {isEventOpen(event) && ( + + + + )} + - )} - - - + + + + +