fixed notification drawer linking to team/id instead of teams/id
This commit is contained in:
parent
900b11582b
commit
6dab685c2d
5 changed files with 3 additions and 8 deletions
|
|
@ -152,8 +152,8 @@ export default function Router(props: Props) {
|
|||
|
||||
{/* Redirects */}
|
||||
<Route path="/callback" element={<Navigate to="/" />} />
|
||||
<Route path="/team/:teamID" element={<Navigate to="/teams/:teamID" />} />
|
||||
<Route path="/device/:deviceID" element={<Navigate to="/devices/:devicesID" />} />
|
||||
{/* <Route path="/team/:teamID" element={<Navigate to="/teams/:teamID" />} /> */}
|
||||
{/* <Route path="/device/:deviceID" element={<Navigate to="/devices/:devicesID" />} /> */}
|
||||
|
||||
{/* Page routes */}
|
||||
<Route index element={<Typography>Hello!</Typography>} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue