mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
add a badge to the queues to show the count. proptypes
This commit is contained in:
@@ -70,8 +70,10 @@ class ModerationContainer extends Component {
|
||||
<div>
|
||||
<ModerationHeader asset={asset} />
|
||||
<ModerationMenu
|
||||
activeTab={activeTab}
|
||||
asset={asset}
|
||||
premodCount={data.premod.length}
|
||||
rejectCount={data.rejected.length}
|
||||
flagCount={data.flagged.length}
|
||||
/>
|
||||
<ModerationQueue
|
||||
data={data}
|
||||
|
||||
Reference in New Issue
Block a user