Apply suggestions

This commit is contained in:
Marie 2024-12-09 18:58:57 +01:00
parent 234d14a892
commit bf01dcd8fb
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
2 changed files with 38 additions and 31 deletions

View file

@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-->
<template>
<div v-show="!isDeleted" :class="$style.root" :tabindex="!isDeleted ? '-1' : undefined">
<div v-if="!isDeleted" :class="$style.root">
<MkAvatar :class="$style.avatar" :user="note.user" link preview/>
<div :class="$style.main">
<MkNoteHeader :class="$style.header" :note="note" :mini="true"/>