interface: show channels, since channel-count doesn't work

This commit is contained in:
Logan Allen 2021-02-08 18:29:56 -06:00
parent 9380a46fc3
commit 0f62a951dc

View File

@ -152,7 +152,7 @@ export function JoinGroup(props: JoinGroupProps) {
<GroupSummary
metadata={preview.metadata}
memberCount={preview?.members}
channelCount={preview?.["channel-count"]}
channelCount={preview?.channels?.length}
>
{ Object.keys(preview.channels).length > 0 && (
<Col