chore: update eslint and prettier configuration
This commit is contained in:
@@ -42,7 +42,15 @@ export default function AppInitializer({ children }: { children: ReactNode }) {
|
||||
return () => {
|
||||
isActive = false;
|
||||
};
|
||||
}, [accessToken, clearApp, logout, setLoaded, setLoadError, setLoading, user]);
|
||||
}, [
|
||||
accessToken,
|
||||
clearApp,
|
||||
logout,
|
||||
setLoaded,
|
||||
setLoadError,
|
||||
setLoading,
|
||||
user,
|
||||
]);
|
||||
|
||||
return children;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user