Browse Source

feat(n1-api-calls): Remove "Beta" badge (#44104)

GA.
George Gritsouk 2 years ago
parent
commit
29c0a9ff0b
1 changed files with 0 additions and 8 deletions
  1. 0 8
      static/app/views/issueDetails/header.tsx

+ 0 - 8
static/app/views/issueDetails/header.tsx

@@ -260,14 +260,6 @@ function GroupHeader({
         >
           <StyledShortId shortId={group.shortId} />
         </Tooltip>
-        {group.issueType === IssueType.PERFORMANCE_N_PLUS_ONE_API_CALLS && (
-          <FeatureBadge
-            type="beta"
-            title={t(
-              'N+1 API Calls Performance Issues are in active development and may change'
-            )}
-          />
-        )}
         {group.issueType === IssueType.PERFORMANCE_SLOW_DB_QUERY && (
           <FeatureBadge
             type="alpha"