From 6f9940a0a0e9147a85e20979890ee3a60a55c9d6 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 29 Nov 2022 08:19:12 +0100 Subject: [PATCH] Lint fixes Signed-off-by: Thomas Citharel --- js/src/components/Comment/EventComment.vue | 3 ++- js/src/views/Group/GroupView.vue | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/js/src/components/Comment/EventComment.vue b/js/src/components/Comment/EventComment.vue index 90e1e01af..4792553fd 100644 --- a/js/src/components/Comment/EventComment.vue +++ b/js/src/components/Comment/EventComment.vue @@ -53,7 +53,8 @@ v-html="comment.text" dir="auto" :lang="comment.language" - class="prose dark:prose-invert xl:prose-lg !max-w-full" :class="{ 'text-black dark:text-white': comment.isAnnouncement}" + class="prose dark:prose-invert xl:prose-lg !max-w-full" + :class="{ 'text-black dark:text-white': comment.isAnnouncement }" />
{{ t("[This comment has been deleted]") }}