Fix count again (#4516)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user