Skip to content

Commit a1b0f5e

Browse files
authored
ref(issues): delete top issue breadcrumbs (#104028)
Remove the breadcrumbs at the top of the top issues page.
1 parent b6f80f8 commit a1b0f5e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

static/app/views/issueList/pages/dynamicGrouping.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import styled from '@emotion/styled';
44
import {Container, Flex} from '@sentry/scraps/layout';
55
import {Heading, Text} from '@sentry/scraps/text';
66

7-
import {Breadcrumbs} from 'sentry/components/breadcrumbs';
87
import {Button} from 'sentry/components/core/button';
98
import {Checkbox} from 'sentry/components/core/checkbox';
109
import {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>

0 commit comments

Comments
 (0)