Moderation Actions

This commit is contained in:
Belen Curcio
2017-09-07 08:05:39 -03:00
parent 12be487783
commit 7b59323b26
29 changed files with 635 additions and 4 deletions
@@ -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);