Skip to content

fix: update first day logic for months starting on Sunday #3298

fix: update first day logic for months starting on Sunday

fix: update first day logic for months starting on Sunday #3298

Triggered via pull request September 9, 2024 01:18
Status Failure
Total duration 55s
Artifacts

frontend-tests.yml

on: pull_request
static-checks
28s
static-checks
frontend-build
46s
frontend-build
Fit to window
Zoom out
Zoom in

Annotations

2 errors
static-checks: 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)`
static-checks
Process completed with exit code 1.