diff --git a/backend/src/pages/Settings.tsx b/backend/src/pages/Settings.tsx index 265c3e80..e7e6986e 100644 --- a/backend/src/pages/Settings.tsx +++ b/backend/src/pages/Settings.tsx @@ -45,9 +45,9 @@ const Settings = () => { return _phoneValid } - setPhoneValid(true) + setPhoneValid(true) - return true + return true } const handlePhoneChange = (e: React.ChangeEvent) => { @@ -163,8 +163,7 @@ const Settings = () => { mode="update" record={user} size="large" - // readonly={false} - readonly + readonly={false} onBeforeUpload={onBeforeUpload} onChange={onAvatarChange} hideDelete={!admin} @@ -193,7 +192,7 @@ const Settings = () => {
-
- {/* +

{' '} {strings.NETWORK_SETTINGS} @@ -214,7 +213,7 @@ const Settings = () => { } label={strings.SETTINGS_EMAIL_NOTIFICATIONS} /> - */} + )} {loading && } diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 9d0156f4..c60154fd 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -231,7 +231,6 @@ const Settings = () => {