Fix eslint errors

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-11-07 20:22:45 +01:00
parent 5eb0091c35
commit ccf669bc85
8 changed files with 12 additions and 12 deletions

View File

@@ -65,12 +65,12 @@
<script>
import { NcAvatar, NcActions, NcActionButton, NcUserBubble } from '@nextcloud/vue'
import RichText from '@nextcloud/vue-richtext'
import { RichText } from '@nextcloud/vue-richtext'
import CommentForm from './CommentForm.vue'
import { getCurrentUser } from '@nextcloud/auth'
import md5 from 'blueimp-md5'
import relativeDate from '../../mixins/relativeDate.js'
import ReplyIcon from 'vue-material-design-icons/Reply'
import ReplyIcon from 'vue-material-design-icons/Reply.vue'
const AtMention = {
name: 'AtMention',