diff --git a/Client/src/Components/TabPanels/Account/ProfilePanel.jsx b/Client/src/Components/TabPanels/Account/ProfilePanel.jsx index e42d9f20f..5dc8b6840 100644 --- a/Client/src/Components/TabPanels/Account/ProfilePanel.jsx +++ b/Client/src/Components/TabPanels/Account/ProfilePanel.jsx @@ -217,11 +217,17 @@ const ProfilePanel = () => { return ( -
-
- + + + First name - + { onChange={handleChange} error={errors[idToName["edit-first-name"]]} /> -
-
- + + + Last name - + { onChange={handleChange} error={errors[idToName["edit-last-name"]]} /> -
-
- + + + Email - + This is your current email address — it cannot be changed. @@ -256,20 +262,19 @@ const ProfilePanel = () => { value={user.email} placeholder="Enter your email" autoComplete="email" - // TODO - add onChange onChange={() => logger.warn("disabled")} // error={errors[idToName["edit-email"]]} disabled={true} /> -
-
- + + + Your photo - + This photo will be displayed in your profile page. - + { }} /> -
+