Remove unnecessary event

This commit is contained in:
Leonabcd123 2025-12-14 15:26:42 +02:00
parent 2fc84e8b56
commit 2db1042d34

View file

@ -250,7 +250,7 @@ qs(".page.pageProfile")?.onChild("click", ".profile .userReportButton", () => {
qs(".page.pageProfile")?.onChild(
"click",
".profile .addFriendButton",
async (event: MouseEvent) => {
async () => {
const friendName =
qs(".page.pageProfile .profile")?.getAttribute("name") ?? "";