mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
interface: show channels, since channel-count doesn't work
This commit is contained in:
parent
9380a46fc3
commit
0f62a951dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user