mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-15 01:51:03 -07:00
Update profile-editor.vue (#3424)
This commit is contained in:
parent
d63cee114f
commit
9842c4883f
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@ export default Vue.extend({
|
||||||
location: this.location || null,
|
location: this.location || null,
|
||||||
description: this.description || null,
|
description: this.description || null,
|
||||||
birthday: this.birthday || null,
|
birthday: this.birthday || null,
|
||||||
avatarId: this.avatarId,
|
avatarId: this.avatarId || undefined,
|
||||||
bannerId: this.bannerId,
|
bannerId: this.bannerId || undefined,
|
||||||
isCat: !!this.isCat,
|
isCat: !!this.isCat,
|
||||||
isBot: !!this.isBot,
|
isBot: !!this.isBot,
|
||||||
isLocked: !!this.isLocked,
|
isLocked: !!this.isLocked,
|
||||||
|
|
Loading…
Reference in a new issue