diff --git a/frontend/src/components/EventList.tsx b/frontend/src/components/EventList.tsx index ad4b2de..27f3bbf 100644 --- a/frontend/src/components/EventList.tsx +++ b/frontend/src/components/EventList.tsx @@ -170,7 +170,7 @@ const EventList: React.FC = () => { )} - + {isEventOpen(event) && ( + - diff --git a/frontend/src/components/RSVPForm.tsx b/frontend/src/components/RSVPForm.tsx index fdb69d3..eea26e6 100644 --- a/frontend/src/components/RSVPForm.tsx +++ b/frontend/src/components/RSVPForm.tsx @@ -603,7 +603,6 @@ const RSVPForm: React.FC = () => { }, MenuListProps: { sx: { - paddingBottom: '60px', // Make space for the button }, }, }}