chore: lint

This commit is contained in:
Mar0xy 2023-10-01 02:06:04 +02:00
parent 54578f6965
commit 099b86ff3c
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
4 changed files with 7 additions and 14 deletions

View file

@ -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/>