fix(frontend): タイムラインでノートが重複して表示されることがあるのを修正

Fix #15870
Close #15874
This commit is contained in:
syuilo 2025-04-27 09:16:17 +09:00
parent 7a41cfe28b
commit 5042a0aa8f
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkAd :preferForms="['horizontal', 'horizontal-big']"/>
</div>
</div>
<MkNote :class="$style.note" :note="note" :withHardMute="true" :data-scroll-anchor="note.id"/>
<MkNote v-else :class="$style.note" :note="note" :withHardMute="true" :data-scroll-anchor="note.id"/>
</template>
</component>
</template>