Skip to content

Commit

Permalink
Merge pull request #88 from ConducereIT/dev
Browse files Browse the repository at this point in the history
Resolv bug in cronometru
  • Loading branch information
cristim67 authored May 11, 2024
2 parents fa9052c + fffd357 commit fc592ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/views/Cronometru.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Timer: React.FC = () => {
clearInterval(intervalId);
}
};
}, [isActive, intervalId]);
}, [isActive]);

useEffect(() => {
const handleKeyDown = (event: KeyboardEvent): void => {
Expand Down

0 comments on commit fc592ff

Please sign in to comment.