Merge branch 'master' of github.com:coralproject/talk into new-queue

This commit is contained in:
Belen Curcio
2017-07-31 16:44:54 -03:00
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') {