Skip to content

Commit 584bdaf

Browse files
committed
fix
1 parent d1c4388 commit 584bdaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/ts/components/pages/account/AccountPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export function AccountPage(): JSXElement {
8383

8484
requestAnimationFrame(() => {
8585
qs(
86-
`#resultList tbody tr:nth-child(${index})`,
86+
`#resultList tbody tr:nth-child(${index + 1})`,
8787
)?.scrollIntoView({
8888
block: "center",
8989
});

0 commit comments

Comments
 (0)