mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
Remove unnecessary event
This commit is contained in:
parent
2fc84e8b56
commit
2db1042d34
1 changed files with 1 additions and 1 deletions
|
|
@ -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") ?? "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue