mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	chore: conditionally access children
This commit is contained in:
		
							parent
							
								
									88a44c03ba
								
							
						
					
					
						commit
						b4ed341183
					
				@ -41,7 +41,7 @@ export const FlagExposure: FC<{
 | 
			
		||||
                onUncomplete={refetchFeature}
 | 
			
		||||
            />
 | 
			
		||||
 | 
			
		||||
            {feature.children.length > 0 ? (
 | 
			
		||||
            {feature?.children?.length > 0 ? (
 | 
			
		||||
                <FeatureArchiveNotAllowedDialog
 | 
			
		||||
                    features={feature.children}
 | 
			
		||||
                    project={project}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user