Missing async

This commit is contained in:
Belen Curcio
2017-09-12 15:02:29 -03:00
parent a944cd2608
commit 7115d4c31f
@@ -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 {