1
0
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:
Nuno Góis 2024-03-04 12:53:22 +00:00 committed by GitHub
parent 14796aedc1
commit 76f379a4dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,8 +75,9 @@ export const ConfiguredIntegrations: VFC<ConfiguredIntegrationsProps> = ({
})}
<ConditionallyRender
condition={
isEnterprise() && signalsEnabled
// && signalEndpoints.length > 0
isEnterprise() &&
signalsEnabled &&
signalEndpoints.length > 0
}
show={
<IntegrationCard