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
+1 -1
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