subscounter-fix
This commit is contained in:
parent
d338510454
commit
79d8835c89
|
@ -199,7 +199,7 @@ export const AuthorCard = (props: Props) => {
|
||||||
followers={props.followers}
|
followers={props.followers}
|
||||||
followersAmount={props.author?.stat?.followers}
|
followersAmount={props.author?.stat?.followers}
|
||||||
following={props.flatFollows}
|
following={props.flatFollows}
|
||||||
followingAmount={props.author?.stat?.authors + props.author?.stat?.topics}
|
followingAmount={props.flatFollows.length}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Show>
|
</Show>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user