fix tests for OrganizationTeams, OrganizationTeamsList

This commit is contained in:
Keith Grant
2019-04-08 10:05:22 -04:00
parent 89ecddf662
commit 70137dea5a
10 changed files with 289 additions and 152 deletions

View File

@@ -160,7 +160,6 @@ class Organization extends Component {
render={() => (
<OrganizationTeams
id={Number(match.params.id)}
searchString={location.search}
api={api}
/>
)}