From e41edeb0332d073b4ab384df417c81161e735994 Mon Sep 17 00:00:00 2001 From: Ashley Date: Sat, 10 Dec 2022 11:08:15 +0000 Subject: [PATCH] fix somethin lel --- html/channel.ejs | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/html/channel.ejs b/html/channel.ejs index e6c9500..0bcc4cd 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -465,29 +465,35 @@ text-transform:uppercase;
<% if (!tab) { %> - Lastest Videos + Videos + <% if (Array.isArray(c.comments)) { %> + <% if (c.comments.length != "0") { %> Community - <% } %> + <% } %> + <% } %> About <% } %> <% if (tab === "about") { %> - Lastest Videos + Videos + <% if (Array.isArray(c.comments)) { %> + <% if (c.comments.length != "0") { %> Community - <% } %> + <% } %> + <% } %> About <% } %> <% if (tab === "community") { %> - Lastest Videos + Videos Community