mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user