mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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