chore: lint
This commit is contained in:
@@ -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');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user