Skip to content

Commit

Permalink
Fix profile setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Dec 5, 2021
1 parent 6ecc1a7 commit fa982f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/app/common/views/components/settings/profile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ export default Vue.extend({
this.location = this.$store.state.i.profile.location;
this.description = this.$store.state.i.description;
this.birthday = this.$store.state.i.profile.birthday;
this.avatarId = this.$store.state.i.avatarId;
this.bannerId = this.$store.state.i.bannerId;
this.isCat = this.$store.state.i.isCat;
this.isBot = this.$store.state.i.isBot;
this.isLocked = this.$store.state.i.isLocked;
Expand Down

0 comments on commit fa982f9

Please sign in to comment.