Add asterisk to Build route (#6054)

This commit is contained in:
Lavissa 2023-12-08 02:48:54 +01:00 committed by GitHub
parent 63a0d4d223
commit ca909f9d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ export const routes = (
</Route> </Route>
<Route path="build/"> <Route path="build/">
<Route index element={<BuildIndex />} /> <Route index element={<BuildIndex />} />
<Route path=":id/" element={<BuildDetail />} /> <Route path=":id/*" element={<BuildDetail />} />
</Route> </Route>
<Route path="purchasing/"> <Route path="purchasing/">
<Route index element={<Navigate to="index/" />} /> <Route index element={<Navigate to="index/" />} />