Back to Openproject

In App Notification Bell.Component

frontend/src/app/features/in-app-notifications/bell/in-app-notification-bell.component.html

17.3.1186 B
Original Source

@if ((unreadCount$ | async); as unreadCount) { @if (unreadCount !== 0) { bellDisplayLimit }" data-test-selector="op-ian-notifications-count" [innerHTML]="unreadCountText$ | async" > } }