diff --git a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue index 20139ed27..c4daaf519 100644 --- a/app/javascript/dashboard/components-next/sidebar/Sidebar.vue +++ b/app/javascript/dashboard/components-next/sidebar/Sidebar.vue @@ -128,7 +128,7 @@ const menuItems = computed(() => { to: accountScopedRoute('inbox_view'), activeOn: ['inbox_view', 'inbox_view_conversation'], getterKeys: { - badge: 'notifications/getHasUnreadNotifications', + count: 'notifications/getUnreadCount', }, }, { diff --git a/app/javascript/dashboard/components-next/sidebar/SidebarGroupHeader.vue b/app/javascript/dashboard/components-next/sidebar/SidebarGroupHeader.vue index b0fd8fc69..2619f3100 100644 --- a/app/javascript/dashboard/components-next/sidebar/SidebarGroupHeader.vue +++ b/app/javascript/dashboard/components-next/sidebar/SidebarGroupHeader.vue @@ -1,4 +1,5 @@