From 604add5b03a18c7731062745e63b71fd0a4c7311 Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Mon, 20 Jul 2020 19:11:20 -0300 Subject: [PATCH] :broom: remove FIXME --- client/components/mobile/Header.jsx | 1 - client/modules/IDE/components/Console.jsx | 1 - 2 files changed, 2 deletions(-) diff --git a/client/components/mobile/Header.jsx b/client/components/mobile/Header.jsx index e1057d0c..cf727b7c 100644 --- a/client/components/mobile/Header.jsx +++ b/client/components/mobile/Header.jsx @@ -23,7 +23,6 @@ const HeaderDiv = styled.div` justify-content: flex-start; align-items: center; - // TODO: svg { max-height: ${remSize(32)}; padding: ${remSize(4)} diff --git a/client/modules/IDE/components/Console.jsx b/client/modules/IDE/components/Console.jsx index cb2500c1..ddb6d55e 100644 --- a/client/modules/IDE/components/Console.jsx +++ b/client/modules/IDE/components/Console.jsx @@ -88,7 +88,6 @@ const Console = () => { const cm = useRef({}); - // // 2. FIXME: Console is not opening/closing, and I suspect it has to do with this useDidUpdate(() => { cm.current.scrollTop = cm.current.scrollHeight; }); const consoleClass = classNames({