Skip to content

Commit

Permalink
fix: display rendering
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 committed Sep 4, 2024
1 parent 248dd54 commit 1c50c6b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
fxLayoutGap="16px"
>
<img
*ngIf="metadata.display"
*ngIf="metadata.display && metadata.display[0].background_image"
class="image"
[alt]="metadata.display![0].logo?.alt_text"
[src]="metadata.display![0].background_image?.url"
[alt]="metadata.display![0].background_image.alt_text"
[src]="metadata.display![0].background_image!.url"
alt="Credential image"
/>
<div class="header" fxFlexOrder.lt-sm="-1">
Expand Down

0 comments on commit 1c50c6b

Please sign in to comment.