[develop]: Update library and fix condition for divContents in app component.

This commit is contained in:
Konstantinos Triantafyllou 2024-06-28 11:51:59 +03:00
parent 6297e9b125
commit 790c2b9dca
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import {HelperService} from "./openaireLibrary/utils/helper/helper.service";
selector: 'app-root',
template: `
<div class="uk-background-default">
<div *ngIf="divContents['banner']" class="uk-tile uk-tile-default uk-padding uk-border-bottom">
<div *ngIf="divContents && divContents['banner']" class="uk-tile uk-tile-default uk-padding uk-border-bottom">
<helper [texts]="divContents['banner']"></helper>
</div>
<navbar *ngIf="hasHeader" portal="irish_monitor" [menuItems]="menuItems" [showMenu]="true"

@ -1 +1 @@
Subproject commit ab3fb51ea306977aa414ad1aa84dd10060c72d1b
Subproject commit e463080109aa00935370c61dce668174aa4800c4