feat: Display notification count in sidebar inbox item (#12324)
This commit is contained in:
@@ -38,4 +38,7 @@ export const getters = {
|
||||
getHasUnreadNotifications: $state => {
|
||||
return $state.meta.unreadCount > 0;
|
||||
},
|
||||
getUnreadCount: $state => {
|
||||
return $state.meta.unreadCount;
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user