allow reaction list without channel
uncomment reacts requireauth, commentReact handles missing channels enable config, better track pending reacts
This commit is contained in:
parent
e954bce821
commit
3fb4efb08e
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue