mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
link: restore contributor counts in sidebar
During the metadata restructure I didn't adjust this property pass and it passed through an empty "group" prop and processed it as 0.
This commit is contained in:
parent
a9f8a2bd88
commit
73379df54b
@ -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