Update greeter.tsx

This commit is contained in:
phntxx 2021-11-18 19:01:20 +01:00
parent 0d07f3abce
commit 6288a02b50

View file

@ -98,7 +98,7 @@ export const getDateString = (
let month = months[currentDate.getMonth()];
let extension = getExtension(day);
let year = currentDate.getFullYear();
let isodate = currentDate.toISOString().slice(0,10);
let isodate = currentDate.toISOString().slice(0, 10);
return format
.replace("%wd", weekday)