diff --git a/projects/common-consumption/src/lib/card/library-card-v2/library-card-v2.component.html b/projects/common-consumption/src/lib/card/library-card-v2/library-card-v2.component.html index 173b2598f500959e6d8e793c3971ce305abbe36e..e00855edc0c60509cef7c258ae2096b45c15e091 100644 --- a/projects/common-consumption/src/lib/card/library-card-v2/library-card-v2.component.html +++ b/projects/common-consumption/src/lib/card/library-card-v2/library-card-v2.component.html @@ -26,7 +26,7 @@ <div class="sb--card__svg-area"> <img [src]="svgToDisplay" alt=""/> </div> - <div class="sb--card__type" *ngIf="content?.primaryCategory">{{content?.primaryCategory}}</div> + <div class="sb--card__type" *ngIf="content?.primaryCategory || content?.contentType">{{content?.primaryCategory || content?.contentType}}</div> </div> <!-- card mobile view details -->