File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
static/app/views/issueList/pages Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import styled from '@emotion/styled';
44import { Container , Flex } from '@sentry/scraps/layout' ;
55import { Heading , Text } from '@sentry/scraps/text' ;
66
7- import { Breadcrumbs } from 'sentry/components/breadcrumbs' ;
87import { Button } from 'sentry/components/core/button' ;
98import { Checkbox } from 'sentry/components/core/checkbox' ;
109import { Disclosure } from 'sentry/components/core/disclosure' ;
@@ -418,18 +417,6 @@ function DynamicGrouping() {
418417 return (
419418 < PageWrapper >
420419 < HeaderSection >
421- < Breadcrumbs
422- crumbs = { [
423- {
424- label : t ( 'Issues' ) ,
425- to : `/organizations/${ organization . slug } /issues/` ,
426- } ,
427- {
428- label : t ( 'Top Issues' ) ,
429- } ,
430- ] }
431- />
432-
433420 < Heading as = "h1" style = { { marginBottom : space ( 2 ) } } >
434421 { t ( 'Top Issues' ) }
435422 </ Heading >
You can’t perform that action at this time.
0 commit comments