Skip to content

Commit

Permalink
chore(VulnerabilityRoutes): Remove duplicate Route element (#2079)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorKGOW committed Mar 18, 2024
1 parent 715cd47 commit 0e4afcd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/Utilities/VulnerabilityRoutes.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,6 @@ export const VulnerabilityRoutes = () => {
element={<SystemDetailsPage />}
/>

<Route
path={PATHS.home.to}
element={
<InsightsElement
element={LandingPage}
title={intl.formatMessage(messages.cvesHeader)}
globalFilterEnabled
/>
}
/>

<Route
path={PATHS.cvesPage.to}
element={
Expand Down

0 comments on commit 0e4afcd

Please sign in to comment.