Skip to content

Commit 4323439

Browse files
aliu39roaga
authored andcommitted
ref(replay): remove new banner from hydration errors (#92125)
This has been GA for a while now
1 parent 38f73a8 commit 4323439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ function GroupHeader({baseUrl, group, organization, event, project}: Props) {
206206

207207
const issueTypeConfig = getConfigForIssueType(group, project);
208208

209-
const NEW_ISSUE_TYPES = [IssueType.REPLAY_HYDRATION_ERROR]; // adds a "new" banner next to the title
209+
const NEW_ISSUE_TYPES: IssueType[] = []; // adds a "new" banner next to the title
210210

211211
return (
212212
<Layout.Header>

0 commit comments

Comments
 (0)