diff --git a/ts/routes/graphs/calendar.ts b/ts/routes/graphs/calendar.ts index 14c32d089..863923095 100644 --- a/ts/routes/graphs/calendar.ts +++ b/ts/routes/graphs/calendar.ts @@ -118,10 +118,6 @@ export function renderCalendar( // don't fill out future dates continue; } - if (date.getFullYear() != targetYear) { - // only fill blanks for the target year - continue; - } if (revlogRange == RevlogRange.Year && date < oneYearAgoFromNow) { // don't fill out dates older than a year continue;