Skip to content

Commit

Permalink
Adjust message
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFlashAccount committed Dec 18, 2024
1 parent bf8acb0 commit 64611a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/gui/src/dashboard/hooks/timeoutHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ export function useTimeoutCallback(options: UseTimeoutCallbackOptions) {
return () => {
stopTimer()
}
// There is no way to enable compiler, but it's not needed.
// There is no way to enable compiler, but it's not needed here
// as everything is stable.
// eslint-disable-next-line react-compiler/react-compiler
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [ms, isDisabled, ...deps])
Expand Down

0 comments on commit 64611a8

Please sign in to comment.