mirror of
https://git.notfire.cc/notfire/akkoma-fe.git
synced 2026-01-11 05:23:16 -08:00
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 {
|
||||
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