diff options
Diffstat (limited to 'src/components/status_body/status_body.vue')
| -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 ff919211..3c291cf6 100644 --- a/src/components/status_body/status_body.vue +++ b/src/components/status_body/status_body.vue @@ -52,7 +52,7 @@ > <template v-slot:prefix> <MentionsLine - v-if="!mentionsOwnLine" + v-if="!hideFirstMentions" :mentions="mentions" class="mentions-line" /> |
