Fix rebase errors

This commit is contained in:
mabashian
2019-04-23 11:04:44 -04:00
parent e8d73babaf
commit 621cc3f839
2 changed files with 5 additions and 1 deletions

View File

@@ -23,10 +23,12 @@ class OrganizationAccess extends React.Component {
}
render () {
const { organization } = this.props;
return (
<OrganizationAccessList
getAccessList={this.getOrgAccessList}
removeRole={this.removeRole}
organization={organization}
/>
);
}