We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c4388 commit 584bdafCopy full SHA for 584bdaf
1 file changed
frontend/src/ts/components/pages/account/AccountPage.tsx
@@ -83,7 +83,7 @@ export function AccountPage(): JSXElement {
83
84
requestAnimationFrame(() => {
85
qs(
86
- `#resultList tbody tr:nth-child(${index})`,
+ `#resultList tbody tr:nth-child(${index + 1})`,
87
)?.scrollIntoView({
88
block: "center",
89
});
0 commit comments