profile-fix
This commit is contained in:
parent
0f28fe891a
commit
36970c03c4
|
@ -64,7 +64,7 @@ export const AuthorView = (props: Props) => {
|
|||
const appdata = session()?.user.app_data
|
||||
if (appdata) {
|
||||
console.info('preloaded my own profile')
|
||||
const { authors, followers, topics } = appdata
|
||||
const { authors, profile, topics } = appdata
|
||||
setFollowers(myFollowers)
|
||||
setAuthor(profile)
|
||||
setFollowing([...authors, ...topics])
|
||||
|
|
Loading…
Reference in New Issue
Block a user