diff --git a/studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/checks/[checkId]/index.tsx b/studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/checks/[checkId]/index.tsx index f2e039e559..8880eea1f6 100644 --- a/studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/checks/[checkId]/index.tsx +++ b/studio/src/pages/[organizationSlug]/[namespace]/graph/[slug]/checks/[checkId]/index.tsx @@ -333,6 +333,8 @@ const CheckDetails = ({ const reason = !data.check.isComposable ? "Composition errors were found" + : data.check.isBreaking && data.check?.clientTrafficCheckSkipped + ? "Breaking changes were detected" : data.check.isBreaking && data.check.hasClientTraffic ? "Operations were affected by breaking changes" : data.check.isBreaking && !data.check.hasClientTraffic