Merge branch 'master' into comment-context-label

This commit is contained in:
Kim Gardner
2017-07-31 15:29:28 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
@@ -257,6 +257,8 @@ body {
margin: 0px 5px;
padding: 5px 5px;
border-radius: 2px;
font-size: 12px;
font-weight: bold;
}
/* Comment Action Styles */
@@ -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') {