Commit df911621272a5dfee92cddba3beced8b417db229

Authored by Digvijay Singh
1 parent 4234f1fc06
Exists in master

profile module added

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/Profile.vue
... ... @@ -753,7 +753,7 @@ export default {
753 753 if (!response.data.data.socialMediaProfiles) {
754 754 this.userData.socialMediaProfiles = {};
755 755 }
756   - this.userData = response.data.data;
  756 + this.userData = Object.assign(this.userData, response.data.data);
757 757  
758 758 // this.userData = response.data.data;
759 759 this.oldId = this.userData.bgColor;
... ...