We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455a5a1 commit 8c1dc2fCopy full SHA for 8c1dc2f
src/shared/components/Settings/Profile/BasicInfo/index.jsx
@@ -241,6 +241,10 @@ export default class BasicInfo extends ConsentComponent {
241
}
242
243
244
+ if (newProfileInfo.homeCountryCode == null) {
245
+ delete newProfileInfo.homeCountryCode;
246
+ }
247
+
248
const updateProfileData = {
249
...newProfileInfo,
250
};
0 commit comments