Fix: Notifications are always unread on small windows (#1347)
This commit is contained in:
parent
799d8003eb
commit
d500c29493
@ -236,7 +236,7 @@
|
||||
to="/dashboard/notifications"
|
||||
class="tab button-animation"
|
||||
:class="{
|
||||
bubble: user.notifications.length > 0,
|
||||
bubble: user.notifications.some((notif) => !notif.read),
|
||||
'no-active': isMobileMenuOpen || isBrowseMenuOpen,
|
||||
}"
|
||||
title="Notifications"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user