diff --git a/src/components/events/EventList.tsx b/src/components/events/EventList.tsx index 4cf3649f..54a7449b 100644 --- a/src/components/events/EventList.tsx +++ b/src/components/events/EventList.tsx @@ -1,5 +1,5 @@ import { useState } from 'react'; -import {sortByYear, groupByYear, isPastOrWithinNext31Days, type ReducedEvent } from '~/util/EventUtil.ts'; +import {sortByYear, groupByYear, isPastOrWithinNext31Days, type ReducedEvent, getHumanReadableAttendanceMode } from '~/util/EventUtil.ts'; import EventInfoList from './EventInfoList.tsx'; interface Props { @@ -53,7 +53,7 @@ function ControlButtons({label, options, selectedOption, setOption}: ControlButt function EventCard (event: ReducedEvent) { return ( -