diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-01 02:06:04 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-01 02:06:04 +0200 |
| commit | 099b86ff3c5f63c0471bcd5e5624bbbcd27ab2f9 (patch) | |
| tree | 8a7bb4df37c2a6f344a056f9cb7941ac43ffcbd8 /packages/frontend/src/components/MkNoteSub.vue | |
| parent | upd: add MFM to HTML support and Mentions parsing to mastodon api (#33) (diff) | |
| download | sharkey-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.vue | 2 |
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/> |