This commit is contained in:
tamaina 2023-07-30 11:26:06 +00:00
parent 911c368d05
commit 58bdd7c129
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only
--> -->
<template> <template>
<div>
<div v-if="muted && appearNote" :class="$style.muted" @click="muted = false"> <div v-if="muted && appearNote" :class="$style.muted" @click="muted = false">
<I18n :src="i18n.ts.userSaysSomething" tag="small"> <I18n :src="i18n.ts.userSaysSomething" tag="small">
<template #name> <template #name>
@ -135,6 +136,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div> </div>
</article> </article>
</div> </div>
</div>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>