{props.formType === 'register' && !props.isRegistrationAllowed ? (
diff --git a/fittrackee_client/src/components/User/ProfileEdit.jsx b/fittrackee_client/src/components/User/ProfileEdit.jsx
index 78217051..108b58a5 100644
--- a/fittrackee_client/src/components/User/ProfileEdit.jsx
+++ b/fittrackee_client/src/components/User/ProfileEdit.jsx
@@ -74,7 +74,6 @@ class ProfileEdit extends React.Component {
FitTrackee - {t('user:Profile Edition')}
-
{formData.isAuthenticated && (
{displayModal && (
@@ -266,23 +265,27 @@ class ProfileEdit extends React.Component {
-
+ {t('common:Submit')}
+
+
+
-
this.displayModal(true)}
- defaultValue={t('user:Delete my account')}
- />
-
history.push('/profile')}
- value={t('common:Cancel')}
- />
+ >
+ {t('common:Cancel')}
+
+