mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
parent
bc2f6107b9
commit
f0c3f37b0e
@ -22,12 +22,14 @@ export function EmptyGroupHome(props) {
|
||||
alignItems="center"
|
||||
display="flex">
|
||||
{ groupAssociation?.group ? (
|
||||
<GroupSummary
|
||||
memberCount={groups[groupAssociation.group].members.size}
|
||||
channelCount={channelCount}
|
||||
metadata={groupAssociation.metadata}
|
||||
resource={groupAssociation.group}
|
||||
/>
|
||||
<Box maxWidth='288px '>
|
||||
<GroupSummary
|
||||
memberCount={groups[groupAssociation.group].members.size}
|
||||
channelCount={channelCount}
|
||||
metadata={groupAssociation.metadata}
|
||||
resource={groupAssociation.group}
|
||||
/>
|
||||
</Box>
|
||||
) : (
|
||||
<Box p="4">
|
||||
<Text color='gray'>
|
||||
|
Loading…
Reference in New Issue
Block a user