From d8726db44e5210dfc06b965e8500a769e2fe1eef Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Wed, 23 Jul 2025 16:31:43 +0330 Subject: [PATCH] fix problem delay loading sidebar --- src/shared/SideBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/SideBar.tsx b/src/shared/SideBar.tsx index 2690af4..6999039 100644 --- a/src/shared/SideBar.tsx +++ b/src/shared/SideBar.tsx @@ -31,7 +31,7 @@ const SideBar: FC = () => { const iconSizeSideBar = 20 - if (!mailboxCount?.data) return null + // if (!mailboxCount?.data) return null return ( <> {