Fix formatting problem
This commit is contained in:
parent
d7c66a7598
commit
e053e01e3a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function time_ago(time) {
|
|||
}
|
||||
|
||||
const years = Math.round(weeks / 52);
|
||||
return `{years}y`
|
||||
return `${years}y`
|
||||
}
|
||||
|
||||
function timeAgoTick(selector, format) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue