diff --git a/html/watch.ejs b/html/watch.ejs index 3ddad12a..d9f4728a 100644 --- a/html/watch.ejs +++ b/html/watch.ejs @@ -1478,12 +1478,18 @@ Offical Discord Server! :3
- -
-
+ <% + const candidateDislikes = Number(engagement?.dislikes); + const dislikesValue = Number.isNaN(candidateDislikes) ? 0 : candidateDislikes; +%> + +
+
+ <%= convert(dislikesValue) %> + +
+
- <%=convert(engagement?.dislikes)%> -