This commit is contained in:
Belen Curcio
2017-08-31 14:22:59 -03:00
parent 99235df566
commit 36c4c6a59f
@@ -221,7 +221,9 @@ class ModerationContainer extends Component {
if (premodEnabled && root.newCount === 0) {
delete currentQueueConfig.new;
} else if (root.premodCount === 0) {
}
if (!premodEnabled && root.premodCount === 0) {
delete currentQueueConfig.premod;
}