fix lint error from removing api passing via props

This commit is contained in:
John Mitchell 2019-05-16 12:45:14 -04:00
parent f4550900bb
commit 001fc1293c

View File

@ -131,7 +131,7 @@ class OrganizationAccess extends React.Component {
}
render () {
const { api, organization, i18n } = this.props;
const { organization, i18n } = this.props;
const {
isLoading,
isInitialized,