Fix formatting problem

This commit is contained in:
John Doty 2025-01-02 07:59:09 -08:00
parent d7c66a7598
commit e053e01e3a

View file

@ -30,7 +30,7 @@ function time_ago(time) {
}
const years = Math.round(weeks / 52);
return `{years}y`
return `${years}y`
}
function timeAgoTick(selector, format) {