mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Merge pull request #2543 from urbit/mp/link/contrib-count
link: restore contributor counts in sidebar
This commit is contained in:
commit
23e3399c05
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user