diff --git a/awx/ui_next/src/screens/Host/HostList/HostListItem.jsx b/awx/ui_next/src/screens/Host/HostList/HostListItem.jsx index 22a999c378..e2751f6f06 100644 --- a/awx/ui_next/src/screens/Host/HostList/HostListItem.jsx +++ b/awx/ui_next/src/screens/Host/HostList/HostListItem.jsx @@ -30,11 +30,6 @@ const DataListAction = styled(_DataListAction)` function HostListItem({ i18n, host, isSelected, onSelect, detailUrl }) { const labelId = `check-action-${host.id}`; - const recentPlaybookJobs = host.summary_fields.recent_jobs.map(job => ({ - ...job, - type: 'job', - })); - return ( @@ -52,7 +47,7 @@ function HostListItem({ i18n, host, isSelected, onSelect, detailUrl }) { , - + , {host.summary_fields.inventory && (