From 79d8835c89e1d9027d955daf45a304415cf577b6 Mon Sep 17 00:00:00 2001 From: Untone Date: Thu, 6 Jun 2024 09:34:30 +0300 Subject: [PATCH] subscounter-fix --- src/components/Author/AuthorCard/AuthorCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Author/AuthorCard/AuthorCard.tsx b/src/components/Author/AuthorCard/AuthorCard.tsx index f0ccbe65..9077c727 100644 --- a/src/components/Author/AuthorCard/AuthorCard.tsx +++ b/src/components/Author/AuthorCard/AuthorCard.tsx @@ -199,7 +199,7 @@ export const AuthorCard = (props: Props) => { followers={props.followers} followersAmount={props.author?.stat?.followers} following={props.flatFollows} - followingAmount={props.author?.stat?.authors + props.author?.stat?.topics} + followingAmount={props.flatFollows.length} />