From 4016b2c90669db44f87eb27ea2c03b583bcaea60 Mon Sep 17 00:00:00 2001 From: Alihaghighattalab Date: Sun, 11 Aug 2024 15:29:45 +0330 Subject: [PATCH] fix bug mobile sidebar --- src/components/ui/dashboard/sidebar-mobile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/dashboard/sidebar-mobile.tsx b/src/components/ui/dashboard/sidebar-mobile.tsx index a8611e7..944bd3c 100644 --- a/src/components/ui/dashboard/sidebar-mobile.tsx +++ b/src/components/ui/dashboard/sidebar-mobile.tsx @@ -12,7 +12,7 @@ type Props = { export const SidebarMobile: FC = ({ setShow, show }) => { const handleCloseSidebar = () => setShow(false) return ( - show &&
+ show &&