mirror of https://github.com/usememos/memos.git
chore: fix linter
This commit is contained in:
parent
1b3318f886
commit
a2ddf05933
|
|
@ -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),
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue