mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
Missing async
This commit is contained in:
@@ -9,7 +9,7 @@ import {connect, withSetCommentStatus} from 'plugin-api/beta/client/hocs';
|
||||
|
||||
class RejectCommentActionContainer extends React.Component {
|
||||
|
||||
rejectComment = () => {
|
||||
rejectComment = async () => {
|
||||
const {setCommentStatus, comment, hideMenu, notify} = this.props;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user