Merge from Develop for Monitor production release #3
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue