From b12f56424068da4bd3525aa387dd72df6965c18d Mon Sep 17 00:00:00 2001 From: martincostello Date: Tue, 21 Feb 2023 09:39:26 +0000 Subject: [PATCH] Fix formatting Fix prettier issue caused by minor refactor just before previous commit. Signed-off-by: martincostello --- .../src/components/SonarQubeCard/SonarQubeCard.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx b/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx index f37bd6eda5..5bd1cd8e9f 100644 --- a/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx +++ b/plugins/sonarqube/src/components/SonarQubeCard/SonarQubeCard.tsx @@ -203,7 +203,11 @@ export const SonarQubeCard = (props: { /> : + value.metrics.vulnerabilities === '0' ? ( + + ) : ( + + ) } title="Vulnerabilities" link={value.getIssuesUrl('VULNERABILITY')}