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:
Matilde Park 2020-03-18 14:20:27 -04:00
parent a9f8a2bd88
commit 73379df54b

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}