Skip to content

Commit

Permalink
remove eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dtemkin1 committed Dec 9, 2024
1 parent c292260 commit 263381f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ function useHydrant(): {
}
};
hydrant?.updateState();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [colorMode, hydrant, loading]);
}, [colorMode, hydrant, loading, toggleColorMode]);

return { hydrant, state };
}
Expand Down

0 comments on commit 263381f

Please sign in to comment.