Skip to content

Commit c2ab63b

Browse files
committed
clean effect
1 parent 4a2fd7e commit c2ab63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TypingGame.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function useTypingGame() {
6363

6464
useEffect(() => {
6565
if (timeLeft <= 0) {
66-
stopCapture();
66+
stop();
6767
}
6868
}, [timeLeft]);
6969

0 commit comments

Comments
 (0)