mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
adding context for moderation
This commit is contained in:
@@ -7,11 +7,13 @@ const actionsMap = {
|
||||
};
|
||||
|
||||
const ModerationQueue = props => {
|
||||
console.log(props);
|
||||
return (
|
||||
<div>
|
||||
<ul>
|
||||
{
|
||||
props.data[props.activeTab].map((comment, i) => {
|
||||
console.log(props.asset);
|
||||
return <Comment
|
||||
key={i}
|
||||
index={i}
|
||||
|
||||
Reference in New Issue
Block a user