fix: application des recommandations linter es pour générer un build de prod

This commit is contained in:
Luc SORIGNET
2025-02-15 13:02:16 +01:00
parent 9716373fa2
commit d1aa8b54fb
23 changed files with 131 additions and 91 deletions

View File

@ -35,7 +35,7 @@ export default function Layout({
.finally(() => {
setIsLoading(false);
});
}, [userId]);
}, [setUserId, userId]);
if (isLoading) {
return <div>Loading...</div>;