diff --git a/src/routes/settings/routes/profile/components/ProfileSettingsForm.jsx b/src/routes/settings/routes/profile/components/ProfileSettingsForm.jsx index e501a337d..919cc0d9a 100644 --- a/src/routes/settings/routes/profile/components/ProfileSettingsForm.jsx +++ b/src/routes/settings/routes/profile/components/ProfileSettingsForm.jsx @@ -310,7 +310,7 @@ class ProfileSettingsForm extends Component { required={fieldsConfig.country} validationError="Please enter Country" /> - {this.state.countrySelectionDirty && ( + {this.state.countrySelectionDirty && !_.isUndefined(fieldsConfig.businessPhone) && (
Note: Changing the country also updates the country code of business phone.