From f240e640e59c955320524ddf59ce5c38a915945e Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Tue, 16 Jan 2024 14:39:02 -0500 Subject: [PATCH] Run prettier --- awx/ui/src/components/PromptDetail/PromptDetail.js | 8 ++++++-- .../Modals/NodeModals/NodeViewModal.js | 9 +++++---- 2 files changed, 11 insertions(+), 6 deletions(-) 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({