From 3fb4efb08e74c546a4744a36f0e7961c9f71d549 Mon Sep 17 00:00:00 2001 From: jessop Date: Wed, 30 Sep 2020 11:59:05 -0400 Subject: [PATCH] allow reaction list without channel uncomment reacts requireauth, commentReact handles missing channels enable config, better track pending reacts --- ui/component/commentReactions/view.jsx | 3 --- 1 file changed, 3 deletions(-) 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 ( <>