invalid calculation
This commit is contained in:
@@ -284,7 +284,7 @@ function MembersIndicator({
|
|||||||
.slice(0, 3)
|
.slice(0, 3)
|
||||||
.map((id) => humans.find((h) => h.id === id))
|
.map((id) => humans.find((h) => h.id === id))
|
||||||
.filter((h): h is NonNullable<typeof h> => !!h);
|
.filter((h): h is NonNullable<typeof h> => !!h);
|
||||||
const overflow = othersIds.length - othersIds.length;
|
const overflow = othersIds.length - shownMembers.length;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
|||||||
Reference in New Issue
Block a user