diff options
| author | Henry Jameson <me@hjkos.com> | 2021-06-13 22:22:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-06-13 22:22:59 +0300 |
| commit | 636dbdaba8375cb991368620419e2997df0f57a9 (patch) | |
| tree | 54988d9fec46ed1fc5bad8d128e50149b857703a /src/components/status_body | |
| parent | 1fdfc42159ed91090c5a7ab36c7e61f3d9527941 (diff) | |
more fixes
Diffstat (limited to 'src/components/status_body')
| -rw-r--r-- | src/components/status_body/status_body.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status_body/status_body.vue b/src/components/status_body/status_body.vue index 0eb11ad0..3dc4916c 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -56,7 +56,7 @@ @parseReady="setHeadTailLinks" /> <MentionsLine - v-if="!hideMentions && lastMentions.length > 0 && firstMentions.length <= 1" + v-if="!hideMentions && lastMentions.length > 1 && firstMentions.length <= 1" :mentions="lastMentions" /> </span> |
