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