More design updates

This commit is contained in:
okbel 2021-06-01 09:47:18 -03:00
parent 68e0bfc735
commit a6749a65b5

View File

@ -15,7 +15,6 @@ interface Props {
const Sidebar: FC<Props> = ({ children, open = false, onClose }) => { const Sidebar: FC<Props> = ({ children, open = false, onClose }) => {
const ref = useRef() as React.MutableRefObject<HTMLDivElement> const ref = useRef() as React.MutableRefObject<HTMLDivElement>
console.log(ref, ref.current, open)
useEffect(() => { useEffect(() => {
setTimeout(() => { setTimeout(() => {