fix empty channel tags conditional

This commit is contained in:
Simon 2025-02-17 17:53:29 +07:00
parent 711488b471
commit cfcb4e6f9e
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ const ChannelAbout = () => {
</div>
)}
{channel.channel_tags && (
{channel.channel_tags.length > 0 && (
<div className="description-box">
<div className="video-tag-box">
{channel.channel_tags.map(tag => {