Skip to content

Commit

Permalink
fix: all notifications read
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Nov 21, 2023
1 parent 40d942d commit f276b45
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ <h3 class="title">
</ng-container>

<div
*ngIf="vm.notifications.length && vm.showUnread"
*ngIf="
vm.notifications.length &&
vm.showUnread &&
!vm.filterNotifications.length
"
class="empty">
{{ t('navigation.notifications.all_read') }}
</div>
Expand Down

0 comments on commit f276b45

Please sign in to comment.