invalid calculation

This commit is contained in:
Arjun Patel
2026-06-09 11:42:23 -07:00
parent bb247abc3e
commit 209674ed77
@@ -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>