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 4a2fd7e commit c2ab63bCopy full SHA for c2ab63b
src/components/TypingGame.tsx
@@ -63,7 +63,7 @@ function useTypingGame() {
63
64
useEffect(() => {
65
if (timeLeft <= 0) {
66
- stopCapture();
+ stop();
67
}
68
}, [timeLeft]);
69
0 commit comments