🚨(react) fix lint issues

Fix the lint for the recent commits.
This commit is contained in:
Nathan Vasse
2025-09-23 15:30:39 +02:00
committed by NathanVss
parent 587e782e61
commit 87dbf922df
35 changed files with 125 additions and 106 deletions

View File

@@ -140,7 +140,7 @@ export const ReactHookForm = () => {
resolver: yupResolver(
Yup.object().shape({
date: Yup.string().required(),
})
}),
),
});