From 7309f8ce1a5df1d34e33a242201b6a7b9eced2b7 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 14 Jun 2021 10:31:07 +0300 Subject: lint --- src/components/status_body/status_body.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/status_body/status_body.js b/src/components/status_body/status_body.js index 9ee7a109..601c963b 100644 --- a/src/components/status_body/status_body.js +++ b/src/components/status_body/status_body.js @@ -2,7 +2,6 @@ import fileType from 'src/services/file_type/file_type.service' import RichContent from 'src/components/rich_content/rich_content.jsx' import { mapGetters } from 'vuex' import { library } from '@fortawesome/fontawesome-svg-core' -import { set } from 'vue' import { faFile, faMusic, @@ -34,7 +33,7 @@ const StatusContent = { showingTall: this.fullContent || (this.inConversation && this.focused), showingLongSubject: false, // not as computed because it sets the initial state which will be changed later - expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject, + expandingSubject: !this.$store.getters.mergedConfig.collapseMessageWithSubject } }, computed: { -- cgit v1.2.3-70-g09d2