mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: signals integration condition (#6419)
Small fix for the signals integration render condition.
This commit is contained in:
		
							parent
							
								
									14796aedc1
								
							
						
					
					
						commit
						76f379a4dc
					
				@ -75,8 +75,9 @@ export const ConfiguredIntegrations: VFC<ConfiguredIntegrationsProps> = ({
 | 
			
		||||
                    })}
 | 
			
		||||
                <ConditionallyRender
 | 
			
		||||
                    condition={
 | 
			
		||||
                        isEnterprise() && signalsEnabled
 | 
			
		||||
                        // && signalEndpoints.length > 0
 | 
			
		||||
                        isEnterprise() &&
 | 
			
		||||
                        signalsEnabled &&
 | 
			
		||||
                        signalEndpoints.length > 0
 | 
			
		||||
                    }
 | 
			
		||||
                    show={
 | 
			
		||||
                        <IntegrationCard
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user