diff --git a/webapp/components/Comment.vue b/webapp/components/Comment.vue index b7c73b84d..ca96c8d59 100644 --- a/webapp/components/Comment.vue +++ b/webapp/components/Comment.vue @@ -135,7 +135,7 @@ export default { editCommentMenu(showMenu) { this.openEditCommentMenu = showMenu }, - async updateComment(comment) { + updateComment(comment) { this.$emit('updateComment', comment) }, async deleteCommentCallback() {