Skip to content

Commit

Permalink
fix: error can be happened if animation is on and hard mute matches (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 authored Nov 27, 2023
1 parent 01d06e7 commit 6acaded
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/frontend/src/components/MkNote.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6acaded

Please sign in to comment.