diff --git a/src/components/courses/hy-content-list-item/hy-content-list-item.tsx b/src/components/courses/hy-content-list-item/hy-content-list-item.tsx
index 5ccfb496454fefe7a5ccc6fffd41d5f53f218d12..649de21b249d6cd5c6a907d69d8330e44622f27e 100644
--- a/src/components/courses/hy-content-list-item/hy-content-list-item.tsx
+++ b/src/components/courses/hy-content-list-item/hy-content-list-item.tsx
@@ -93,7 +93,7 @@ export class HyContentLstItem {
                 </div>,
               ]}
         </div>
-        {this._courseTags && (
+        {this._courseTags.length > 0 && (
           <div class="hy-content-list-item--tags">
             {this._courseTags.map((x) => {
               return <hy-tag>{x.name}</hy-tag>;