mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +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