From 36a0844fdd79c44091b0a209b3729249e8f1ac93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 12 Sep 2019 09:30:47 +0200 Subject: [PATCH] Followed @mattwrd18 suggestion --- webapp/components/Comment.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {