Skip to content

Commit

Permalink
fix 19739 & 20559
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Keime authored and Guillaume Keime committed Feb 23, 2024
1 parent 698de3b commit 4830ebb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</gn-ui-content-ghost>
</div>

<ng-container *ngIf="metadata.themes?.length">
<ng-container *ngIf="metadata.extras?.themesSIG?.length">
<p class="mt-3 font-medium text-primary text-sm" translate>
record.metadata.themes
</p>
Expand All @@ -45,7 +45,7 @@
</div>
</ng-container>

<ng-container *ngIf="metadata.keywords?.length">
<ng-container *ngIf="metadata.extras?.otherKeywords?.length">
<p class="mt-3 font-medium text-primary text-sm" translate>
record.metadata.keywords
</p>
Expand Down

0 comments on commit 4830ebb

Please sign in to comment.