diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 44450bc..8debc32 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -602,7 +602,7 @@ export function Sidebar({ )} {/* Mark All Read */} - {!query && Object.keys(unreadCounts).length > 0 && ( + {!query && Object.values(unreadCounts).some((c) => c > 0) && (