diff --git a/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx b/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx
index fe006cd857..e279658c1e 100644
--- a/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx
+++ b/awx/ui_next/src/screens/Job/JobDetail/JobDetail.jsx
@@ -272,13 +272,15 @@ function JobDetail({ job, i18n, history }) {
)}
)}
-
+ {job.summary_fields.user_capabilities.delete && (
+
+ )}
{isDeleteModalOpen && (
{i18n._(t`Cancel`)}
+