From 55cda55197c5d02ef28988524eea5414e2a5e4ee Mon Sep 17 00:00:00 2001 From: ashley Date: Mon, 22 Sep 2025 14:35:48 +0200 Subject: [PATCH] fix stuff + add stuff --- html/watch.ejs | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) 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)%> -