Refactor for setUserStatus to setUserBanStatus

This commit is contained in:
Belen Curcio
2017-11-19 21:04:04 -03:00
parent 6d6030d60a
commit e34ba248b9
11 changed files with 55 additions and 43 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export {default as connect} from 'coral-framework/hocs/connect';
export {default as withEmit} from 'coral-framework/hocs/withEmit';
export {
withIgnoreUser,
withSetUserStatus,
withSetUserBanStatus,
withStopIgnoringUser,
withSetCommentStatus,
} from 'coral-framework/graphql/mutations';