From f056fdcc880257b78e6434086faebfcf10fe6648 Mon Sep 17 00:00:00 2001 From: Adarsh Tiwari Date: Sun, 1 Jun 2025 02:02:58 +0530 Subject: [PATCH] fix:sidebar labels background --- apps/mail/components/ui/sidebar-labels.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mail/components/ui/sidebar-labels.tsx b/apps/mail/components/ui/sidebar-labels.tsx index 5c04be15bd..1557c87cbc 100644 --- a/apps/mail/components/ui/sidebar-labels.tsx +++ b/apps/mail/components/ui/sidebar-labels.tsx @@ -37,8 +37,8 @@ const SidebarLabels = ({ data, activeAccount, stats }: Props) => { return (
-
- +
+ {(() => { if (!data) return null; const isMicrosoftAccount = activeAccount?.providerId === 'microsoft';