From 36970c03c4fa9845601a0edca707cba3e5fe4134 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 17 Apr 2024 19:26:26 +0300 Subject: [PATCH] profile-fix --- src/components/Views/Author/Author.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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])