aboutsummaryrefslogtreecommitdiff
path: root/src/components/status_body
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-08 17:19:38 +0300
committerHenry Jameson <me@hjkos.com>2021-06-08 17:19:38 +0300
commit5c655b6675718e1617a2bf94c4ec75167f0a0e23 (patch)
treefc37c415a5317aa2c30dcb1885e7f3c78b35162f /src/components/status_body
parent8c8237418cf36e97c76dfe339ab49df4a12be7a4 (diff)
lint
Diffstat (limited to 'src/components/status_body')
-rw-r--r--src/components/status_body/status_body.vue2
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 fadbeaf3..421a3820 100644
--- a/src/components/status_body/status_body.vue
+++ b/src/components/status_body/status_body.vue
@@ -46,7 +46,7 @@
v-if="!mentionsOwnLine"
:attentions="status.attentions"
class="mentions-line"
- />
+ />
<RichContent
:class="{ '-single-line': singleLine }"
class="text media-body"