diff --git a/ui/component/commentReactions/view.jsx b/ui/component/commentReactions/view.jsx index 065fd6da2..0645bbbb0 100644 --- a/ui/component/commentReactions/view.jsx +++ b/ui/component/commentReactions/view.jsx @@ -1,5 +1,4 @@ // @flow -import { ENABLE_COMMENT_REACTIONS } from 'config'; import * as ICONS from 'constants/icons'; import * as REACTION_TYPES from 'constants/reactions'; import React from 'react'; @@ -30,8 +29,6 @@ export default function CommentReactions(props: Props) { return count; }; - // return null; - return ( <>