Adding ALL moderation list.

This commit is contained in:
David Jay
2017-01-11 17:35:09 -05:00
parent 30c7539cde
commit 61bc87bafc
4 changed files with 31 additions and 6 deletions
@@ -19,7 +19,7 @@ class ModerationContainer extends React.Component {
super(props);
this.state = {
activeTab: 'pending',
activeTab: 'all',
singleView: false,
modalOpen: false
};