From ac31b2ef7df24d0b2364d9a374f9046faf369996 Mon Sep 17 00:00:00 2001 From: Colleen O'Rourke Date: Thu, 30 Apr 2026 15:07:37 -0700 Subject: [PATCH] feat(ACI): Hide team metric alerts triggered component in wfe ui --- .../organizationStats/teamInsights/health.tsx | 30 +++++++++++-------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/static/app/views/organizationStats/teamInsights/health.tsx b/static/app/views/organizationStats/teamInsights/health.tsx index 0ef6ec51177ee2..40abc91c573e83 100644 --- a/static/app/views/organizationStats/teamInsights/health.tsx +++ b/static/app/views/organizationStats/teamInsights/health.tsx @@ -100,19 +100,23 @@ export default function TeamStatsHealth() { /> - - - + {!organization.features.includes('workflow-engine-ui') && ( + + + + )}