Skip to content
Snippets Groups Projects
Commit 49828b66 authored by chris's avatar chris
Browse files

remove console.log

parent 8fe13e6a
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ export default ({ comment, top, commentId, recalculateTops }) => { ...@@ -164,7 +164,7 @@ export default ({ comment, top, commentId, recalculateTops }) => {
} }
}, 400); }, 400);
}; };
console.log(isActive && comment.attrs.conversation.length === 0);
const MemorizedComponent = useMemo( const MemorizedComponent = useMemo(
() => ( () => (
<ConnectedCommentStyled <ConnectedCommentStyled
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment