From 7115d4c31faf9f07c12fe73cef9992c4624557bb Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Tue, 12 Sep 2017 15:02:29 -0300 Subject: [PATCH] Missing async --- .../client/containers/RejectCommentAction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/talk-plugin-moderation-actions/client/containers/RejectCommentAction.js b/plugins/talk-plugin-moderation-actions/client/containers/RejectCommentAction.js index 3b4ce5d31..e13ddf32c 100644 --- a/plugins/talk-plugin-moderation-actions/client/containers/RejectCommentAction.js +++ b/plugins/talk-plugin-moderation-actions/client/containers/RejectCommentAction.js @@ -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 {