diff --git a/frontend/src/ts/pages/account.ts b/frontend/src/ts/pages/account.ts index 5486fca57..0999273de 100644 --- a/frontend/src/ts/pages/account.ts +++ b/frontend/src/ts/pages/account.ts @@ -1090,7 +1090,7 @@ qs(".pageAccount")?.onChild( "click", ".miniResultChartButton", async (event) => { - const target = new ElementWithUtils(event.target as HTMLElement); + const target = new ElementWithUtils(event.childTarget as HTMLElement); const resultId: string = target .getFirstMatchingParent("tr") ?.getAttribute("data-id") as string;