Fixed proptype error

This commit is contained in:
Daniel Cojocea
2024-07-19 13:35:03 -04:00
parent f3b85e4e9a
commit 6b7ee84c48
@@ -255,7 +255,8 @@ const ProfilePanel = () => {
value={user.email}
placeholder="Enter your email"
autoComplete="email"
// onChange={handleChange}
// TODO - add onChange
onChange={() => console.log("Disabled.")}
// error={errors[idToName["edit-email"]]}
disabled={true}
/>