Skip to content

Commit

Permalink
Merge pull request #92 from anatawa12/fix-hard-mute-error
Browse files Browse the repository at this point in the history
Fix hard mute error
  • Loading branch information
anatawa12 authored Nov 27, 2023
2 parents 606f0ee + 2874e96 commit 418c50a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- γ“γ‚“γ«γ‚Šγ‚‰γΏγ™γγƒΌιƒ¨γŒγƒγ‚€γƒ©γ‚€γƒˆγ‹γ‚‰ι™€ε€–γ•γ‚Œγ‚‹γ‚ˆγ†γ«γͺγ‚ŠγΎγ—γŸ

### Client
- Fix: γƒγƒΌγƒ‰γƒŸγƒ₯γƒΌγƒˆγ«γƒŽγƒΌγƒˆεΌ•γ£γ‹γ‹γ‚‹γ¨γ‚¨γƒ©γƒΌγŒη™Ίη”Ÿγ—TLγŒζ›΄ζ–°γ•γ‚Œγͺγ„γ“γ¨γŒγ‚γ‚‹ε•ι‘Œ

### Server

Expand Down
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 418c50a

Please sign in to comment.