Merge pull request #2543 from urbit/mp/link/contrib-count

link: restore contributor counts in sidebar
This commit is contained in:
Fang 2020-03-19 13:59:27 +01:00 committed by GitHub
commit 23e3399c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ export class ChannelsSidebar extends Component {
<ChannelsItem
key={path}
link={path}
memberList={props.groups[meta.group]}
memberList={props.groups[meta["group-path"]]}
selected={selected}
linkCount={linkCount}
unseenCount={unseenCount}