fix: update first day logic for months starting on Sunday #3298
Annotations
2 errors
web/src/components/ActivityCalendar.tsx#L42
Replace `new·Date(year,·month·-·1,·1).getDay()·-·weekStartDayOffset)·%·7` with `(new·Date(year,·month·-·1,·1).getDay()·-·weekStartDayOffset)·%·7)`
|
|
The logs for this run have expired and are no longer available.
Loading