Merge branch 'master' into comment-stream-tag-uniformity

This commit is contained in:
Kim Gardner
2017-07-31 15:16:17 -04:00
committed by GitHub
@@ -91,7 +91,7 @@ export default class FlagButton extends Component {
reason: null,
message
};
if (reason === 'I don\'t agree with this comment') {
if (reason === 'COMMENT_NOAGREE') {
postDontAgree(action)
.then(({data}) => {
if (itemType === 'COMMENTS') {