its "coins" not "coin"

pull/152/head
Aevann 2023-06-08 04:32:58 +03:00
parent fb42139f8c
commit 749f0b7f0a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ function updateFeed(newFeed) {
class="${entry.won_or_lost === "won" ? "text-success" : "text-danger"}">
<div>
<a href="/@${entry.user}">@${entry.user}</a> ${entry.won_or_lost} ${entry.amount
} ${entry.currency}
} ${entry.currency}${entry.currency === "coin" ? "s" : ""}
</div>
</li>
`