From 362dc29057380ce82b110bc93862ab6104d1c2d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Thu, 29 Nov 2018 04:54:36 +0900 Subject: [PATCH] Update profile-editor.vue (#3424) --- src/client/app/common/views/components/profile-editor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/app/common/views/components/profile-editor.vue b/src/client/app/common/views/components/profile-editor.vue index 080b8d6fc..c3118126d 100644 --- a/src/client/app/common/views/components/profile-editor.vue +++ b/src/client/app/common/views/components/profile-editor.vue @@ -179,8 +179,8 @@ export default Vue.extend({ location: this.location || null, description: this.description || null, birthday: this.birthday || null, - avatarId: this.avatarId, - bannerId: this.bannerId, + avatarId: this.avatarId || undefined, + bannerId: this.bannerId || undefined, isCat: !!this.isCat, isBot: !!this.isBot, isLocked: !!this.isLocked,