diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index 0a351f0c..ad3840d9 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -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])