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 &&