Fix count again (#4516)
parent
641a36c21d
commit
f8c58a68a9
|
@ -100,7 +100,7 @@ function KnownFollowersInner({
|
|||
moderation,
|
||||
}
|
||||
})
|
||||
const count = cachedKnownFollowers.count - Math.min(slice.length, 2)
|
||||
const count = cachedKnownFollowers.count
|
||||
|
||||
return (
|
||||
<Link
|
||||
|
|
Loading…
Reference in New Issue