1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: project without potential actions health items separation

This commit is contained in:
Tymoteusz Czech 2023-01-25 16:28:22 +01:00
parent 8589d59e4b
commit bc46918f66
No known key found for this signature in database
GPG Key ID: 133555230D88D75F

View File

@ -148,7 +148,7 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => {
</li> </li>
</StyledList> </StyledList>
</Box> </Box>
<Box> <Box sx={{flexBasis: '40%'}}>
<StyledHeader>Potential actions</StyledHeader> <StyledHeader>Potential actions</StyledHeader>
<StyledList> <StyledList>
<li> <li>
@ -169,9 +169,9 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => {
</StyledAlignedItem> </StyledAlignedItem>
} }
elseShow={ elseShow={
<StyledAlignedItem> <span>
No action is required No action is required
</StyledAlignedItem> </span>
} }
/> />
</Box> </Box>