diff --git a/client/src/components/forms/EditUser.jsx b/client/src/components/forms/EditUser.jsx
index f9cc95d..0e250c7 100644
--- a/client/src/components/forms/EditUser.jsx
+++ b/client/src/components/forms/EditUser.jsx
@@ -15,9 +15,7 @@ function EditUser() {
firstName: '',
lastName: '',
email: '',
- gender: '',
pronouns: '',
- ethnicity: '',
});
const [error, setError] = useState('');
@@ -107,26 +105,6 @@ function EditUser() {
value={form.email}
sx={{ margin: '1vh 0vh' }}
/>
-
-