mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
fix empty channel tags conditional
This commit is contained in:
@@ -226,7 +226,7 @@ const ChannelAbout = () => {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{channel.channel_tags && (
|
{channel.channel_tags.length > 0 && (
|
||||||
<div className="description-box">
|
<div className="description-box">
|
||||||
<div className="video-tag-box">
|
<div className="video-tag-box">
|
||||||
{channel.channel_tags.map(tag => {
|
{channel.channel_tags.map(tag => {
|
||||||
|
|||||||
Reference in New Issue
Block a user