diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index 7e1003fc..d70d870b 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -73,6 +73,7 @@ export const AuthorView = (props: AuthorViewProps) => { setFollowers(myFollowers() || []) setFollowersLoaded(true) changeFollowing([...(myFollows?.topics || []), ...(myFollows?.authors || [])]) + setFollowingsLoaded(true) } else if (slug && !author()) { await loadAuthor({ slug }) const foundAuthor = authorsEntities()[slug]