missing state for the wordlist.

This commit is contained in:
Riley Davis
2017-01-03 10:33:25 -07:00
parent b7380978f5
commit a1def6f950
4 changed files with 11 additions and 8 deletions
@@ -80,6 +80,7 @@ class ModerationContainer extends React.Component {
const mapStateToProps = state => ({
comments: state.comments.toJS(),
settings: state.settings.toJS(),
users: state.users.toJS()
});