summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-01 17:26:12 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-01 17:26:12 +0900
commitcfe9452e922d49e1274dcd3c98a42c29d37d5b27 (patch)
tree0fc95d7e70a6d8a174c256f78f133d8b866894f3 /src/client
parentMaintainerはクライアントに表示するようになった (diff)
downloadmisskey-cfe9452e922d49e1274dcd3c98a42c29d37d5b27.tar.gz
misskey-cfe9452e922d49e1274dcd3c98a42c29d37d5b27.tar.bz2
misskey-cfe9452e922d49e1274dcd3c98a42c29d37d5b27.zip
Fix bug
Diffstat (limited to 'src/client')
-rw-r--r--src/client/pages/settings/profile.vue2
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,