diff --git a/src/components/Topbar/TopbarNotificationsPop.vue b/src/components/Topbar/TopbarNotificationsPop.vue index c6dbabfc..704751b6 100644 --- a/src/components/Topbar/TopbarNotificationsPop.vue +++ b/src/components/Topbar/TopbarNotificationsPop.vue @@ -1,47 +1,3 @@ - - - - {{ item.name }} - - - {{ item.unreadCount > 999 ? '999+' : item.unreadCount }} - - - - - - + + + + + {{ item.name }} + + + {{ item.unreadCount > 999 ? '999+' : item.unreadCount }} + + + + +