🧹 remove FIXME

This commit is contained in:
ghalestrilo 2020-07-20 19:11:20 -03:00
parent 24a26c16c2
commit 604add5b03
2 changed files with 0 additions and 2 deletions

View File

@ -23,7 +23,6 @@ const HeaderDiv = styled.div`
justify-content: flex-start;
align-items: center;
// TODO:
svg {
max-height: ${remSize(32)};
padding: ${remSize(4)}

View File

@ -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({