summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteSub.vue
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-10-01 02:06:04 +0200
committerMar0xy <marie@kaifa.ch>2023-10-01 02:06:04 +0200
commit099b86ff3c5f63c0471bcd5e5624bbbcd27ab2f9 (patch)
tree8a7bb4df37c2a6f344a056f9cb7941ac43ffcbd8 /packages/frontend/src/components/MkNoteSub.vue
parentupd: add MFM to HTML support and Mentions parsing to mastodon api (#33) (diff)
downloadsharkey-099b86ff3c5f63c0471bcd5e5624bbbcd27ab2f9.tar.gz
sharkey-099b86ff3c5f63c0471bcd5e5624bbbcd27ab2f9.tar.bz2
sharkey-099b86ff3c5f63c0471bcd5e5624bbbcd27ab2f9.zip
chore: lint
Diffstat (limited to 'packages/frontend/src/components/MkNoteSub.vue')
-rw-r--r--packages/frontend/src/components/MkNoteSub.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue
index 36e7c694c4..a5213e1ccc 100644
--- a/packages/frontend/src/components/MkNoteSub.vue
+++ b/packages/frontend/src/components/MkNoteSub.vue
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
-<div ref="el" v-if="!muted" :class="[$style.root, { [$style.children]: depth > 1 }]">
+<div v-if="!muted" ref="el" :class="[$style.root, { [$style.children]: depth > 1 }]">
<div :class="$style.main">
<div v-if="note.channel" :class="$style.colorBar" :style="{ background: note.channel.color }"></div>
<MkAvatar :class="$style.avatar" :user="note.user" link preview/>