diff --git a/js/src/components/Comment/Comment.vue b/js/src/components/Comment/Comment.vue index d9ee1207c..36fa3c5b1 100644 --- a/js/src/components/Comment/Comment.vue +++ b/js/src/components/Comment/Comment.vue @@ -116,7 +116,7 @@ import { CREATE_REPORT } from '@/graphql/report'; }, components: { editor: () => import(/* webpackChunkName: "editor" */ '@/components/Editor.vue'), - Comment, + comment: () => import(/* webpackChunkName: "comment" */ './Comment.vue'), }, }) export default class Comment extends Vue { @@ -223,7 +223,6 @@ export default class Comment extends Vue { } reportModal() { - console.log('report modal'); this.$buefy.modal.open({ parent: this, component: ReportModal,