mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix type error in MkTimeline.vue
This commit is contained in:
parent
44a82cb57a
commit
1eb8ca1cfd
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Reference in a new issue