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:
parent
8589d59e4b
commit
bc46918f66
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user