diff --git a/cry/static/index.js b/cry/static/index.js index fae136b..3e109cd 100644 --- a/cry/static/index.js +++ b/cry/static/index.js @@ -30,7 +30,7 @@ function time_ago(time) { } const years = Math.round(weeks / 52); - return `{years}y` + return `${years}y` } function timeAgoTick(selector, format) {