Fix count again (#4516)

This commit is contained in:
Eric Bailey 2024-06-14 11:59:53 -05:00 committed by GitHub
parent 641a36c21d
commit f8c58a68a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,7 +100,7 @@ function KnownFollowersInner({
moderation, moderation,
} }
}) })
const count = cachedKnownFollowers.count - Math.min(slice.length, 2) const count = cachedKnownFollowers.count
return ( return (
<Link <Link