User-mini: Fix expression error

This commit is contained in:
Konstantinos Triantafyllou 2023-03-27 10:42:34 +03:00
parent fcff7ce540
commit dde8e27f65
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ declare var UIkit;
{{firstLetters ? firstLetters : 'AN'}} {{firstLetters ? firstLetters : 'AN'}}
</text> </text>
</svg> </svg>
<span *ngIf="notificationsSidebar && notificationsSidebar.unreadCount > 0" class="uk-text-secondary notification"> <span *ngIf="notificationsSidebar?.unreadCount > 0" class="uk-text-secondary notification">
<icon name="circle" ratio="0.8"></icon> <icon name="circle" ratio="0.8"></icon>
</span> </span>
</span> </span>