fix: error can be happened if animation is on and hard mute matches (#12474)

This commit is contained in:
anatawa12 2023-11-27 14:47:25 +09:00 committed by GitHub
parent 01d06e7121
commit 6acaded898
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,6 +142,12 @@ SPDX-License-Identifier: AGPL-3.0-only
</template>
</I18n>
</div>
<div v-else>
<!--
MkDateSeparatedList uses TransitionGroup which requires single element in the child elements
so MkNote create empty div instead of no elements
-->
</div>
</template>
<script lang="ts" setup>