mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Immutable plugins
This commit is contained in:
@@ -16,7 +16,7 @@ export const postComment = graphql(POST_COMMENT, {
|
||||
props: ({ownProps, mutate}) => ({
|
||||
postItem: comment => {
|
||||
const {asset_id, body, parent_id, tags = []} = comment;
|
||||
|
||||
console.log(tags)
|
||||
return mutate({
|
||||
variables: {
|
||||
comment
|
||||
@@ -77,7 +77,7 @@ export const postComment = graphql(POST_COMMENT, {
|
||||
return updatedAsset;
|
||||
}
|
||||
}
|
||||
})
|
||||
});
|
||||
}
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user