allow reaction list without channel

uncomment

reacts requireauth, commentReact handles missing channels

enable config, better track pending reacts
This commit is contained in:
jessop 2020-09-30 11:59:05 -04:00 committed by Sean Yesmunt
parent e954bce821
commit 3fb4efb08e

View file

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