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>
|
||||
</StyledList>
|
||||
</Box>
|
||||
<Box>
|
||||
<Box sx={{flexBasis: '40%'}}>
|
||||
<StyledHeader>Potential actions</StyledHeader>
|
||||
<StyledList>
|
||||
<li>
|
||||
@ -169,9 +169,9 @@ export const ReportCard = ({ healthReport }: IReportCardProps) => {
|
||||
</StyledAlignedItem>
|
||||
}
|
||||
elseShow={
|
||||
<StyledAlignedItem>
|
||||
<span>
|
||||
No action is required
|
||||
</StyledAlignedItem>
|
||||
</span>
|
||||
}
|
||||
/>
|
||||
</Box>
|
||||
|
Loading…
Reference in New Issue
Block a user