chore: fix linter

pull/5354/head
Steven 1 week ago
parent 1b3318f886
commit a2ddf05933

@ -30,7 +30,7 @@ const createCalendarDayCell = (
isCurrentMonth,
isToday: isoDate === today,
isSelected: isoDate === selectedDate,
isWeekend: WEEKEND_DAYS.includes(current.day()),
isWeekend: WEEKEND_DAYS.includes(current.day() as 0 | 6),
};
};

Loading…
Cancel
Save