We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5ecb4 commit fb996f6Copy full SHA for fb996f6
static/app/components/issues/groupListHeader.tsx
@@ -31,12 +31,12 @@ function GroupListHeader({
31
<Fragment>
32
<NarrowIssueWrapper hideDivider>{t('Issue')}</NarrowIssueWrapper>
33
{withColumns.includes('firstSeen') && (
34
- <FirstSeenWrapper breakpoint={COLUMN_BREAKPOINTS.LAST_SEEN} align="right">
+ <FirstSeenWrapper breakpoint={COLUMN_BREAKPOINTS.FIRST_SEEN} align="right">
35
{t('First Seen')}
36
</FirstSeenWrapper>
37
)}
38
{withColumns.includes('lastSeen') && (
39
- <LastSeenWrapper breakpoint={COLUMN_BREAKPOINTS.FIRST_SEEN} align="right">
+ <LastSeenWrapper breakpoint={COLUMN_BREAKPOINTS.LAST_SEEN} align="right">
40
{t('Age')}
41
</LastSeenWrapper>
42
0 commit comments