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