chore: lint
This commit is contained in:
parent
c50c3b3816
commit
abe44793c4
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue