Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Dec 3, 2024
1 parent 3f696a5 commit a598cee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useAutorefreshableFields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const useAutorefreshableFields = (
}

return () => {
// setIsActive(false);
cancelRequest();
if (intervalRef.current) {
clearInterval(intervalRef.current);
Expand Down

0 comments on commit a598cee

Please sign in to comment.