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(() => {