Skip to content

Commit

Permalink
improve useSetUp
Browse files Browse the repository at this point in the history
  • Loading branch information
mmrrnn committed Sep 20, 2024
1 parent 651a388 commit 89502be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useSetUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ export function useSetUp() {
return () => {
unlistenPromise.then((unlisten) => unlisten());
};
}, [clearStorage, hasCheckedForUpdate, setError, setSetupDetails, setView]);
}, [clearStorage, hasCheckedForUpdate, setCriticalError, setError, setSetupDetails, setView]);
}

0 comments on commit 89502be

Please sign in to comment.