mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 22:30:38 +08:00
Merge branch 'master' into comment-context-label
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user