mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Adding moderationList for the tests
This commit is contained in:
@@ -5,7 +5,7 @@ import {actionsMap} from './helpers/moderationQueueActionsMap';
|
||||
|
||||
const ModerationQueue = props => {
|
||||
return (
|
||||
<div>
|
||||
<div id="moderationList">
|
||||
<ul>
|
||||
{
|
||||
props.data[props.activeTab].map((comment, i) => {
|
||||
|
||||
Reference in New Issue
Block a user