mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:18:29 +01:00
oops lmao
This commit is contained in:
parent
de4343a001
commit
4515b3ca13
1 changed files with 5 additions and 5 deletions
|
@ -1247,7 +1247,10 @@ width: fit-content;
|
||||||
|
|
||||||
|
|
||||||
<div class="video-grid" >
|
<div class="video-grid" >
|
||||||
|
<% if (!Array.isArray( tj?.videos)) { %>
|
||||||
|
<p> No content on this channel :c <% if (Array?.isArray( shorts.videos)) { %> try <a href="/channel?id=<%=ID%>&tab=shorts"> Try Looking at shorts maybe lol :p</a> </p>
|
||||||
|
<% } %>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<% if (Array.isArray( tj?.videos)) { %>
|
<% if (Array.isArray( tj?.videos)) { %>
|
||||||
|
|
||||||
|
@ -1262,10 +1265,7 @@ width: fit-content;
|
||||||
<% }) %>
|
<% }) %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (!Array.isArray( tj?.videos)) { %>
|
|
||||||
<p> No content on this channel :c <% if (Array?.isArray( shorts.videos)) { %> try <a href="/channel?id=<%=ID%>&tab=shorts"> Try Looking at shorts maybe lol :p</a> </p>
|
|
||||||
<% } %>
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue