cant you see logs?

This commit is contained in:
Leon Serfaty G
2025-07-17 11:45:48 +00:00
parent ea036dff87
commit c26a6d49a2
+1 -2
View File
@@ -63,8 +63,7 @@ export default function UserProfilePage() {
}
};
fetchUser();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
}, [reset]);
const onSubmit: SubmitHandler<UserProfileFormValues> = (data) => {
startSavingTransition(async () => {