AddGroup: fix activation from leap

Fixes urbit/landscape#439
This commit is contained in:
Liam Fitzgerald 2021-02-16 11:12:41 +10:00
parent 79596d4ca8
commit ba57ad2222
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -117,6 +117,7 @@ export default class Landscape extends Component<LandscapeProps, {}> {
<Body>
<Box maxWidth="300px">
<NewGroup
associations={props.associations}
groups={props.groups}
contacts={props.contacts}
api={props.api}