Skip to content

Commit 659dde7

Browse files
Merge pull request #376 from lara-learning/fix/highlightest-archive-search
fix(frontend): added route
2 parents 1c85b63 + 2ebac75 commit 659dde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/routes.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const AppRoutes: React.FunctionComponent<RoutesProps> = ({ currentUser }) => {
9090
<Route path="/archive" element={<ArchivePage />} />
9191
<Route path="/reports/:trainee?" element={<TrainerReportsPage />} />
9292
<Route path="/reports/:trainee/:year/:week" element={<ReportReviewPage />} />
93+
<Route path="/report/:trainee/:year/:week/:term" element={<ReportPage />} />
9394
<Route path="/report/:trainee/:year/:week" element={<ReportPage />} />
9495
<Route path="/trainees/:trainee?" element={<TraineePage />} />
9596
</>

0 commit comments

Comments
 (0)