Hotfix: Jahreswechel

pull/18/head
Samuel Zielke 6 days ago
parent 04880cc9ca
commit fdafc901f1

@ -244,7 +244,7 @@ function filterEntriesByMonthYear(month, year) {
const matchesMonth = month ? entryDate.getMonth() + 1 === month : true; // +1 da getMonth() 0-basiert ist
if (entryDate.getMonth() + 1 >= 9){
actualYear = actualYear - 1;
actualYear = actualYear - 0;
} else {
actualYear = actualYear;
};

Loading…
Cancel
Save

Powered by TurnKey Linux.