No indicator on new queue

This commit is contained in:
Chi Vinh Le
2018-05-14 20:05:18 +02:00
parent 12e848aace
commit ab7e5bc858
@@ -140,8 +140,7 @@ class Moderation extends Component {
name: queueConfig[queue].name,
icon: queueConfig[queue].icon,
indicator:
['new', 'premod', 'reported'].includes(queue) &&
root[queue].nodes.length > 0,
['premod', 'reported'].includes(queue) && root[queue].nodes.length > 0,
// TODO: Eventually we'll reintroduce counting
// count: root[`${props.queue}Count`]
}));