From cfe9452e922d49e1274dcd3c98a42c29d37d5b27 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 1 Feb 2020 17:26:12 +0900 Subject: [PATCH] Fix bug --- src/client/pages/settings/profile.vue | 2 -- 1 file changed, 2 deletions(-) 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,