This commit is contained in:
Morten Olsen
2022-05-23 10:36:28 +02:00
parent 42ca6c9559
commit 3c8ce8d2d2
14 changed files with 152 additions and 97 deletions

View File

@@ -70,7 +70,6 @@ const CalendarStrip: React.FC<Props> = ({ start, selected, onSelect }) => {
}, [firstDayOfWeek]);
const monthLabel = useMemo(() => {
console.log(months);
if (months[0] === months[1]) {
return new Date(0, months[0], 1).toLocaleString('en-us', { month: 'long' });
} else {