Skip to content

Commit

Permalink
Remove the commented code I added in App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ameliav committed Apr 8, 2024
1 parent 2458009 commit df615b5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,24 +170,15 @@ const App: React.FC = () => (
<RouteGuard
path="/admin-tools/scans"
component={AdminTools}
// permissions={['standard', 'globalView']}
/>
{/* <RouteGuard
path="/admin-tools/scans"
exact
component={Scans}
// permissions={['standard', 'globalView']}
/> */}
<RouteGuard
path="/admin-tools/scans/history"
component={Scans}
exact
// permissions={['standard', 'globalView']}
/>
<RouteGuard
path="/admin-tools/scans/:scanId"
component={Scan}
// permissions={['standard', 'globalView']}
/>
<RouteGuard
path="/organizations/:organizationId"
Expand Down

0 comments on commit df615b5

Please sign in to comment.