Fix count again (#4516)
This commit is contained in:
parent
641a36c21d
commit
f8c58a68a9
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ function KnownFollowersInner({
|
|||
moderation,
|
||||
}
|
||||
})
|
||||
const count = cachedKnownFollowers.count - Math.min(slice.length, 2)
|
||||
const count = cachedKnownFollowers.count
|
||||
|
||||
return (
|
||||
<Link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue