diff --git a/src/client/pages/settings/profile.vue b/src/client/pages/settings/profile.vue index e295b6b65..1fabcc3f8 100644 --- a/src/client/pages/settings/profile.vue +++ b/src/client/pages/settings/profile.vue @@ -152,8 +152,6 @@ export default Vue.extend({ description: this.description || null, location: this.location || null, birthday: this.birthday || null, - avatarId: this.avatarId || undefined, - bannerId: this.bannerId || undefined, fields, isBot: !!this.isBot, isCat: !!this.isCat,