diff --git a/assets/js/components/ExecutionResults/CheckResultDetail/GatheredFacts.jsx b/assets/js/components/ExecutionResults/CheckResultDetail/GatheredFacts.jsx index 9e6d935bb2..0143b85a62 100644 --- a/assets/js/components/ExecutionResults/CheckResultDetail/GatheredFacts.jsx +++ b/assets/js/components/ExecutionResults/CheckResultDetail/GatheredFacts.jsx @@ -36,7 +36,7 @@ function GatheredFacts({ isTargetHost = true, gatheredFacts = [] }) { {!isTargetHost && gatheredFacts.map(({ name, value }) => ( - + ))} );