Skip to content

Commit

Permalink
fix: project without potential actions health items separation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Jan 25, 2023
1 parent 8589d59 commit bc46918
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -148,7 +148,7 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => {
</li>
</StyledList>
</Box>
<Box>
<Box sx={{flexBasis: '40%'}}>
<StyledHeader>Potential actions</StyledHeader>
<StyledList>
<li>
Expand All @@ -169,9 +169,9 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => {
</StyledAlignedItem>
}
elseShow={
<StyledAlignedItem>
<span>
No action is required
</StyledAlignedItem>
</span>
}
/>
</Box>
Expand Down

0 comments on commit bc46918

Please sign in to comment.