chore: lint

This commit is contained in:
Mar0xy 2023-10-15 02:38:09 +02:00
parent c50c3b3816
commit abe44793c4
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -364,7 +364,7 @@ useTooltip(renoteButton, async (showing) => {
os.popup(MkUsersTooltip, { os.popup(MkUsersTooltip, {
showing, showing,
users, users,
count: quotes.length, count: appearNote.renoteCount,
targetElement: renoteButton.value, targetElement: renoteButton.value,
}, {}, 'closed'); }, {}, 'closed');
}); });
@ -383,7 +383,7 @@ useTooltip(quoteButton, async (showing) => {
os.popup(MkUsersTooltip, { os.popup(MkUsersTooltip, {
showing, showing,
users, users,
count: appearNote.Count, count: appearNote.renoteCount,
targetElement: quoteButton.value, targetElement: quoteButton.value,
}, {}, 'closed'); }, {}, 'closed');
}); });