From 4c804d5d2b8c2d111830c0b3c6786816abc90d6b Mon Sep 17 00:00:00 2001 From: Linus Rath <139418639+rathlinus@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:31:26 +0200 Subject: [PATCH] fix: align tag counts with mailbox folder counts in sidebar --- components/layout/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/sidebar.tsx b/components/layout/sidebar.tsx index af172b2a..4ab3cb5f 100644 --- a/components/layout/sidebar.tsx +++ b/components/layout/sidebar.tsx @@ -308,7 +308,7 @@ function TagItem({ {!isCollapsed && ( <> - {kw.label} + {kw.label} {unreadCount > 0 && (