mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Adding ALL moderation list.
This commit is contained in:
@@ -202,7 +202,7 @@ export default class ModerationList extends React.Component {
|
||||
return itemB.updated_at - itemA.updated_at;
|
||||
});
|
||||
} else {
|
||||
return commentIds || actionIds;
|
||||
return comments ? commentIds : actionIds;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user