Skip to content

Commit 4591c2a

Browse files
committed
remove a duplicated entry
1 parent 5a390a1 commit 4591c2a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • x-pack/plugins/security_solution/public/explore/users/pages/details

x-pack/plugins/security_solution/public/explore/users/pages/details/breadcrumbs.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ const TabNameMappedToI18nKey: Record<UsersTableType, string> = {
2222
[UsersTableType.anomalies]: i18n.NAVIGATION_ANOMALIES_TITLE,
2323
[UsersTableType.risk]: i18n.NAVIGATION_RISK_TITLE,
2424
[UsersTableType.events]: i18n.NAVIGATION_EVENTS_TITLE,
25-
// @ts-expect-error upgrade typescript v5.1.6
26-
[UsersTableType.risk]: i18n.NAVIGATION_RISK_TITLE,
2725
};
2826

2927
/**

0 commit comments

Comments
 (0)