Skip to content

Commit 82d25e9

Browse files
authored
fix: app.tsx router (#580)
1 parent 0d39ba6 commit 82d25e9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/App.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,7 @@ function App() {
171171
/>
172172
<PrivateRoute path='/teams/:teamId/backups' component={Backups} exact />
173173
<PrivateRoute path='/teams/:teamId/backups/:backupName' component={Backup} exact />
174-
<PrivateRoute
175-
path='/teams/:teamId/network-policies'
176-
component={SecretOverviewPage}
177-
exact
178-
/>
174+
<PrivateRoute path='/teams/:teamId/network-policies' component={Netpols} exact />
179175
<PrivateRoute
180176
path='/teams/:teamId/network-policies/:netpolName'
181177
component={Netpol}

0 commit comments

Comments
 (0)