セミコロン抜けを修正
This commit is contained in:
parent
b09863eb65
commit
48687765f6
|
@ -522,7 +522,7 @@ function loadQuotes() {
|
||||||
noteId: appearNote.id,
|
noteId: appearNote.id,
|
||||||
limit: 30,
|
limit: 30,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
res.filter(item => item.renoteId != null)
|
res.filter(item => item.renoteId != null);
|
||||||
quotes.value = res;
|
quotes.value = res;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue