diff --git a/frontend/src/ts/pages/account.ts b/frontend/src/ts/pages/account.ts index 92d2b443d..128a4f322 100644 --- a/frontend/src/ts/pages/account.ts +++ b/frontend/src/ts/pages/account.ts @@ -1093,7 +1093,7 @@ qs(".pageAccount")?.onChild( const target = new ElementWithUtils(event.currentTarget as HTMLElement); const resultId: string = target .getFirstMatchingParent("tr") - ?.getAttribute("id") as string; + ?.getAttribute("data-id") as string; if (target.hasClass("loading")) return; if (target.hasClass("disabled")) return;