have all the comments show up in All Queue with proper statuses

This commit is contained in:
Riley Davis
2017-04-25 13:23:39 -06:00
parent 67301e6e85
commit b88cbe30de
3 changed files with 8 additions and 3 deletions
@@ -21,7 +21,6 @@ const ModerationQueue = ({comments, selectedIndex, commentCount, singleView, loa
key={i}
index={i}
comment={comment}
commentType={activeTab}
selected={i === selectedIndex}
suspectWords={props.suspectWords}
bannedWords={props.bannedWords}