From bc46918f66e4efaae5268a5440f56fb22d9308e8 Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Wed, 25 Jan 2023 16:28:22 +0100 Subject: [PATCH] fix: project without potential actions health items separation --- .../ProjectHealth/ReportTable/ReportCard/ReportCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/component/project/Project/ProjectHealth/ReportTable/ReportCard/ReportCard.tsx b/frontend/src/component/project/Project/ProjectHealth/ReportTable/ReportCard/ReportCard.tsx index 1a4fb34c48..600985bade 100644 --- a/frontend/src/component/project/Project/ProjectHealth/ReportTable/ReportCard/ReportCard.tsx +++ b/frontend/src/component/project/Project/ProjectHealth/ReportTable/ReportCard/ReportCard.tsx @@ -148,7 +148,7 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => { - + Potential actions
  • @@ -169,9 +169,9 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => { } elseShow={ - + No action is required - + } />