subscounter-fix

This commit is contained in:
Untone 2024-06-06 09:34:30 +03:00
parent d338510454
commit 79d8835c89

View File

@ -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}
/>
</div>
</Show>