mirror of
https://github.com/urbit/shrub.git
synced 2024-12-23 19:05:48 +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}
|
||||
baseUrl={baseUrl} />
|
||||
) : (
|
||||
<EmptyGroupHome {...props} />
|
||||
<EmptyGroupHome
|
||||
groups={groups}
|
||||
associations={associations}
|
||||
groupPath={groupPath} />
|
||||
)}
|
||||
</Box>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user