mirror of
https://github.com/wassname/talk.git
synced 2026-08-17 11:27:52 +08:00
Displaying DontAgree actions as flags.
This commit is contained in:
@@ -76,7 +76,6 @@ class FlagButton extends Component {
|
||||
postDontAgree(action)
|
||||
.then(({data}) => {
|
||||
if (itemType === 'COMMENTS') {
|
||||
console.log('data', data);
|
||||
this.setState({localPost: data.createDontAgree.dontagree.id});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user