diff --git a/awx/ui/src/components/PromptDetail/PromptDetail.js b/awx/ui/src/components/PromptDetail/PromptDetail.js index f2438a4e7f..4f0faf3bd6 100644 --- a/awx/ui/src/components/PromptDetail/PromptDetail.js +++ b/awx/ui/src/components/PromptDetail/PromptDetail.js @@ -257,7 +257,9 @@ function PromptDetail({ numChips={5} ouiaId="prompt-job-tag-chips" totalChips={ - overrides.job_tags === undefined || overrides.job_tags === null || overrides.job_tags === '' + overrides.job_tags === undefined || + overrides.job_tags === null || + overrides.job_tags === '' ? 0 : overrides.job_tags.split(',').length } @@ -287,7 +289,9 @@ function PromptDetail({