Browse Source

feat(ui): Remove releases new badge in navigation sidebar (#20775)

Matej Minar 4 years ago
parent
commit
d9e1bb1de9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/sentry/static/sentry/app/components/sidebar/index.tsx

+ 0 - 2
src/sentry/static/sentry/app/components/sidebar/index.tsx

@@ -194,7 +194,6 @@ class Sidebar extends React.Component<Props, State> {
       'discover',
       'discover/results', // Team plans do not have query landing page
       'performance',
-      'releasesv2',
     ].map(route => `/organizations/${this.props.organization.slug}/${route}/`);
 
     // Only keep the querystring if the current route matches one of the above
@@ -439,7 +438,6 @@ class Sidebar extends React.Component<Props, State> {
                     label={t('Releases')}
                     to={`/organizations/${organization.slug}/releases/`}
                     id="releases"
-                    isNew
                   />
                   <SidebarItem
                     {...sidebarItemProps}