diff --git a/awx/ui_next/src/screens/Job/JobList/JobList.jsx b/awx/ui_next/src/screens/Job/JobList/JobList.jsx index ac87305218..1779febeed 100644 --- a/awx/ui_next/src/screens/Job/JobList/JobList.jsx +++ b/awx/ui_next/src/screens/Job/JobList/JobList.jsx @@ -247,5 +247,4 @@ function JobList({ i18n }) { ); } -// export { JobList as _JobList }; export default withI18n()(JobList);