Skip to content

Commit

Permalink
remove a duplicated entry
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpn committed Jul 25, 2024
1 parent 5a390a1 commit 4591c2a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ const TabNameMappedToI18nKey: Record<UsersTableType, string> = {
[UsersTableType.anomalies]: i18n.NAVIGATION_ANOMALIES_TITLE,
[UsersTableType.risk]: i18n.NAVIGATION_RISK_TITLE,
[UsersTableType.events]: i18n.NAVIGATION_EVENTS_TITLE,
// @ts-expect-error upgrade typescript v5.1.6
[UsersTableType.risk]: i18n.NAVIGATION_RISK_TITLE,
};

/**
Expand Down

0 comments on commit 4591c2a

Please sign in to comment.