fix type error in MkTimeline.vue
This commit is contained in:
@@ -75,7 +75,7 @@ const tlComponent = useTemplateRef('tlComponent');
|
||||
|
||||
let tlNotesCount = 0;
|
||||
|
||||
function prepend(note) {
|
||||
function prepend(note: Misskey.entities.Note) {
|
||||
if (tlComponent.value == null) return;
|
||||
|
||||
tlNotesCount++;
|
||||
|
||||
Reference in New Issue
Block a user