mirror of
https://github.com/wassname/talk.git
synced 2026-09-11 12:51:33 +08:00
Moderation Actions
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import {compose} from 'react-apollo';
|
||||
import {withSetCommentStatus} from 'coral-framework/graphql/mutations';
|
||||
import RejectCommentAction from '../components/RejectCommentAction';
|
||||
|
||||
// change this
|
||||
|
||||
const enhance = compose(
|
||||
withSetCommentStatus
|
||||
);
|
||||
|
||||
export default enhance(RejectCommentAction);
|
||||
Reference in New Issue
Block a user