From e053e01e3abe082285277f3bb6cb458e0e737076 Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 2 Jan 2025 07:59:09 -0800 Subject: [PATCH] Fix formatting problem --- cry/static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {