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