Skip to content

Commit

Permalink
feat(libs): Make paragraph for lineage conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
Angi-Kinas committed Nov 8, 2023
1 parent 871172f commit 1f0589c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
"
[title]="'record.metadata.origin' | translate"
>
<p class="mb-5 pt-4 whitespace-pre-line break-words" gnUiLinkify>
<p
*ngIf="metadata.lineage"
class="mb-5 pt-4 whitespace-pre-line break-words"
gnUiLinkify
>
{{ metadata.lineage }}
</p>
<div
Expand Down

0 comments on commit 1f0589c

Please sign in to comment.