diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-11 11:52:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-11 11:52:50 +0300 |
| commit | 9421501c1e871129b11c42a672b12b70b0db4c4a (patch) | |
| tree | 57d26138333fd6f3b0dc8d9362e7f59433c24d56 /src/components/status_body | |
| parent | 5834790d0b38d487e314e8419509d162abbd6a80 (diff) | |
lint & cleanup
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.vue | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 799e812d..45d899fb 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -52,9 +52,7 @@ :hide-mentions="hideMentions" :greentext="mergedConfig.greentext" @parseReady="setHeadTailLinks" - ref="text" - > - </RichContent> + /> <MentionsLine v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length === 0" :mentions="lastMentions" |
