From a6749a65b50994a0cc396c4c7683fe9e31ee7305 Mon Sep 17 00:00:00 2001 From: okbel Date: Tue, 1 Jun 2021 09:47:18 -0300 Subject: [PATCH] More design updates --- components/ui/Sidebar/Sidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ui/Sidebar/Sidebar.tsx b/components/ui/Sidebar/Sidebar.tsx index 08a06240e..15cbc1295 100644 --- a/components/ui/Sidebar/Sidebar.tsx +++ b/components/ui/Sidebar/Sidebar.tsx @@ -15,7 +15,6 @@ interface Props { const Sidebar: FC = ({ children, open = false, onClose }) => { const ref = useRef() as React.MutableRefObject - console.log(ref, ref.current, open) useEffect(() => { setTimeout(() => {