1
Fork 0

fix somethin lel

This commit is contained in:
Ashley 2022-12-10 08:07:03 +00:00
parent 1379e547c1
commit d16fab17a7

View file

@ -466,7 +466,7 @@ text-transform:uppercase;
<% if (!tab) { %>
<a href="/channel?id=<%=ID%>" class="tab active">Lastest Videos</a>
<% if (Array.isArray( c.comments)) { %>
<% if (c.comments.length != "0") { %>
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
<% } %>
@ -477,7 +477,7 @@ text-transform:uppercase;
<% if (tab === "about") { %>
<a href="/channel?id=<%=ID%>" class="tab">Lastest Videos</a>
<% if (Array.isArray( c.comments)) { %>
<% if (c.comments.length != "0") { %>
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
<% } %>