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

@ -52,7 +52,7 @@ export default function Page() {
console.error('Error fetching data:', error);
});
}
}, []);
}, [uuid]);
function validate(formData) {
if (useFakeData) {