Commit a2ddf059 authored by Steven's avatar Steven

chore: fix linter

parent 1b3318f8
...@@ -30,7 +30,7 @@ const createCalendarDayCell = ( ...@@ -30,7 +30,7 @@ const createCalendarDayCell = (
isCurrentMonth, isCurrentMonth,
isToday: isoDate === today, isToday: isoDate === today,
isSelected: isoDate === selectedDate, isSelected: isoDate === selectedDate,
isWeekend: WEEKEND_DAYS.includes(current.day()), isWeekend: WEEKEND_DAYS.includes(current.day() as 0 | 6),
}; };
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment