diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-14 10:31:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-14 10:31:07 +0300 |
| commit | 7309f8ce1a5df1d34e33a242201b6a7b9eced2b7 (patch) | |
| tree | 8b9b5d25ba881bf45784f6ee8edf836a194dec12 /src/components | |
| parent | c21b1cf89840297a781e6adc66cc195b8741cac6 (diff) | |
lint
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/status_body/status_body.js | 3 |
1 files changed, 1 insertions, 2 deletions
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: { |
