Skip to content

Commit 3910aae

Browse files
committed
Make ESLint Happy
1 parent 90edab8 commit 3910aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MDX/Challenges/Challenges.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export function Challenges({
119119
});
120120
queuedScrollRef.current = undefined;
121121
}
122-
}, [activeIndex, asPath, challenges]);
122+
}, [activeIndex, challenges, hash]);
123123

124124
const handleChallengeChange = (index: number) => {
125125
setActiveIndex(index);

0 commit comments

Comments
 (0)