diff --git a/packages/frontend/src/components/MkNoteDetailed.vue b/packages/frontend/src/components/MkNoteDetailed.vue index e8a4c79ade..e499baeb32 100644 --- a/packages/frontend/src/components/MkNoteDetailed.vue +++ b/packages/frontend/src/components/MkNoteDetailed.vue @@ -522,7 +522,7 @@ function loadQuotes() { noteId: appearNote.id, limit: 30, }).then(res => { - res.filter(item => item.renoteId != null) + res.filter(item => item.renoteId != null); quotes.value = res; }); }