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
|
<ConditionallyRender
|
||||||
condition={
|
condition={
|
||||||
isEnterprise() && signalsEnabled
|
isEnterprise() &&
|
||||||
// && signalEndpoints.length > 0
|
signalsEnabled &&
|
||||||
|
signalEndpoints.length > 0
|
||||||
}
|
}
|
||||||
show={
|
show={
|
||||||
<IntegrationCard
|
<IntegrationCard
|
||||||
|
Loading…
Reference in New Issue
Block a user