Displaying DontAgree actions as flags.

This commit is contained in:
David Jay
2017-02-21 14:55:00 -05:00
parent 1d8ce1ae34
commit 3377aa3da2
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -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});
}
});