diff options
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/pages/settings/profile.vue | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/pages/settings/profile.vue b/src/client/pages/settings/profile.vue index e295b6b653..1fabcc3f89 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, |