diff --git a/src/components/Views/Author/Author.tsx b/src/components/Views/Author/Author.tsx index 1deaa13b..f465f1d8 100644 --- a/src/components/Views/Author/Author.tsx +++ b/src/components/Views/Author/Author.tsx @@ -76,6 +76,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]