mirror of
https://github.com/urbit/shrub.git
synced 2024-12-24 03:14:30 +03:00
Merge pull request #4685 from urbit/la/fix-empty
interface: fix empty group home
This commit is contained in:
commit
ed8cf91427
@ -62,7 +62,10 @@ function GroupHome(props) {
|
|||||||
api={api}
|
api={api}
|
||||||
baseUrl={baseUrl} />
|
baseUrl={baseUrl} />
|
||||||
) : (
|
) : (
|
||||||
<EmptyGroupHome {...props} />
|
<EmptyGroupHome
|
||||||
|
groups={groups}
|
||||||
|
associations={associations}
|
||||||
|
groupPath={groupPath} />
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user