From 605f6cd167dbde46b2814a5b06e4e4006e19ea44 Mon Sep 17 00:00:00 2001 From: David Miculit Date: Wed, 8 Jul 2026 14:28:24 +0300 Subject: [PATCH] fix: hide the button in the case of a common alert already existing --- ui/perfherder/graphs/GraphTooltip.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/perfherder/graphs/GraphTooltip.jsx b/ui/perfherder/graphs/GraphTooltip.jsx index 26cb62505e4..f4a7743ad8d 100644 --- a/ui/perfherder/graphs/GraphTooltip.jsx +++ b/ui/perfherder/graphs/GraphTooltip.jsx @@ -392,7 +392,7 @@ const GraphTooltip = ({

Common alert

)} - {!dataPointDetails.alertSummary && prevPushId && ( + {!dataPointDetails.alertSummary && !dataPointDetails.commonAlert && prevPushId && (

{user.isStaff ? (