diff --git a/web/src/components/Calendar.jsx b/web/src/components/Calendar.jsx index 789237d76..bfab5d785 100644 --- a/web/src/components/Calendar.jsx +++ b/web/src/components/Calendar.jsx @@ -101,7 +101,7 @@ const Calendar = ({ onChange, calendarRef, close, dateRange, children }) => { setState((prev) => ({ ...prev, selectedDay: todayTimestamp, - monthDetails: getMonthDetails(year, month) + monthDetails: getMonthDetails(year, month), })); }, [year, month, getMonthDetails]);