show private indicator for appropriate streams #255

Merged
talksik merged 5 commits from show-private-for-personal-streams into main 2026-06-09 19:38:52 +00:00
Showing only changes of commit 209674ed77 - Show all commits
@@ -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>