New Queue should appear if there are comments with NONE status

This commit is contained in:
Belen Curcio
2017-08-31 13:02:07 -03:00
parent 23c8e2a0e6
commit af0e9bc880
@@ -219,7 +219,7 @@ class ModerationContainer extends Component {
const currentQueueConfig = Object.assign({}, this.props.queueConfig);
if (premodEnabled) {
if (premodEnabled && root.newCount === 0) {
delete currentQueueConfig.new;
} else if (root.premodCount === 0) {
delete currentQueueConfig.premod;