diff --git a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx index 45c3b91fae..80d7c2dc2c 100644 --- a/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx +++ b/awx/ui_next/src/components/AppContainer/NavExpandableGroup.jsx @@ -59,7 +59,7 @@ class NavExpandableGroup extends Component { NavExpandableGroup.propTypes = { groupId: PropTypes.string.isRequired, - groupTitle: PropTypes.string.isRequired, + groupTitle: PropTypes.element.isRequired, routes: PropTypes.arrayOf(PropTypes.object).isRequired, }; diff --git a/awx/ui_next/src/components/Pagination/Pagination.jsx b/awx/ui_next/src/components/Pagination/Pagination.jsx index 139cda4ad4..dbf4b3e092 100644 --- a/awx/ui_next/src/components/Pagination/Pagination.jsx +++ b/awx/ui_next/src/components/Pagination/Pagination.jsx @@ -4,7 +4,6 @@ import { Pagination as PFPagination, DropdownDirection, } from '@patternfly/react-core'; -import {} from '@lingui/core'; import { t } from '@lingui/macro'; const AWXPagination = styled(PFPagination)` diff --git a/awx/ui_next/src/screens/Team/TeamRoles/TeamRoleListItem.jsx b/awx/ui_next/src/screens/Team/TeamRoles/TeamRoleListItem.jsx index ac6f3e75d7..d298faa65f 100644 --- a/awx/ui_next/src/screens/Team/TeamRoles/TeamRoleListItem.jsx +++ b/awx/ui_next/src/screens/Team/TeamRoles/TeamRoleListItem.jsx @@ -5,7 +5,6 @@ import { Chip } from '@patternfly/react-core'; import { Tr, Td } from '@patternfly/react-table'; import { Link } from 'react-router-dom'; -import { Detail } from '../../../components/DetailList'; function TeamRoleListItem({ role, detailUrl, onDisassociate }) { return ( @@ -19,18 +18,14 @@ function TeamRoleListItem({ role, detailUrl, onDisassociate }) { {role.summary_fields.resource_type_display_name}