comment : fix date

This commit is contained in:
isUnknown 2024-11-20 08:49:46 +01:00
parent 274ef5e46c
commit aa9a6aa938
2 changed files with 30 additions and 1 deletions

View file

@ -92,7 +92,7 @@ function formatDate() {
return "hier";
}
return dayjs(date).format("D MMM YY");
return dayjs(comment.date).format("D MMM YY");
}
function closeAddField() {