Moving commentList to ModerationList

This commit is contained in:
David Jay
2017-01-03 16:57:53 -05:00
parent 5c5a7f5ba5
commit b517adab56
11 changed files with 87 additions and 48 deletions
@@ -81,7 +81,8 @@ class ModerationContainer extends React.Component {
const mapStateToProps = state => ({
comments: state.comments.toJS(),
settings: state.settings.toJS(),
users: state.users.toJS()
users: state.users.toJS(),
actions: state.actions.toJS(),
});
const mapDispatchToProps = dispatch => {