refactor OrganizationTeams/OrganizationTeamsList

This commit is contained in:
Keith Grant
2019-04-05 10:52:52 -04:00
parent c2a223bbb4
commit 89ecddf662
3 changed files with 119 additions and 131 deletions

View File

@@ -159,10 +159,9 @@ class Organization extends Component {
path="/organizations/:id/teams"
render={() => (
<OrganizationTeams
id={Number(match.params.id)}
searchString={location.search}
api={api}
match={match}
location={location}
history={history}
/>
)}
/>