mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
No indicator on new queue
This commit is contained in:
@@ -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`]
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user