possibly fix user page loading
This commit is contained in:
parent
2e92e6399b
commit
a676a7ed92
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ const UserProfile = {
|
||||||
} else {
|
} else {
|
||||||
this.$store.dispatch('fetchUser', userNameOrId)
|
this.$store.dispatch('fetchUser', userNameOrId)
|
||||||
.then(({ id, relationship, background_image }) => {
|
.then(({ id, relationship, background_image }) => {
|
||||||
this.note = relationship.note
|
this.note = relationship?.note
|
||||||
this.$store.dispatch('setDisplayBackground', background_image)
|
this.$store.dispatch('setDisplayBackground', background_image)
|
||||||
return loadById(id)
|
return loadById(id)
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue