diff --git a/webapp-next/src/components/CalendarPage.tsx b/webapp-next/src/components/CalendarPage.tsx index 542c992..162a267 100644 --- a/webapp-next/src/components/CalendarPage.tsx +++ b/webapp-next/src/components/CalendarPage.tsx @@ -145,7 +145,7 @@ export function CalendarPage({ isAllowed, initDataRaw }: CalendarPageProps) { > ( - -); - function isCurrentMonth(month: Date): boolean { const now = new Date(); return ( @@ -82,16 +75,6 @@ export function CalendarHeader({ aria-atomic="true" > {monthName(monthIndex)} {year} - {isLoading && ( - - - - )} {showToday && ( )}