Fix count again (#4516)

zio/stable
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
1 changed files with 1 additions and 1 deletions

View File

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