diff --git a/html/channel.ejs b/html/channel.ejs index 48449251..e6c95003 100644 --- a/html/channel.ejs +++ b/html/channel.ejs @@ -466,7 +466,7 @@ text-transform:uppercase; <% if (!tab) { %> Lastest Videos - <% if (Array.isArray( c.comments)) { %> + <% if (c.comments.length != "0") { %> Community <% } %> @@ -477,7 +477,7 @@ text-transform:uppercase; <% if (tab === "about") { %> Lastest Videos - <% if (Array.isArray( c.comments)) { %> + <% if (c.comments.length != "0") { %> Community <% } %>