Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Habib committed Jun 12, 2024
1 parent 6a81829 commit 863e3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/AoPage/AoPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const AoPage = () => (
<Route path="/profile/ao/availablebidders" render={() => <AvailableBidderContainer isCDO={false} isAO />} />
<Route path="/profile/ao/panelmeetingagendas/:pmID" render={() => <PanelMeetingAgendas isAO />} />
<Route path="/profile/ao/cyclemanagement" render={() => <CycleManagement isAO />} />
<Route path="/profile/ao/projectedvacancy" render={() => <ProjectedVacancy isCDO={false} viewType="ao" />} />
<Route path="/profile/ao/projectedvacancy" render={() => <ProjectedVacancy viewType="ao" />} />
<Route path="/profile/ao/assignmentcycle/:id" render={() => <AssignmentCycleEdit isAO />} />
<Route path="/profile/ao/cyclepositionsearch/:id" render={() => <CyclePositionSearch isAO />} />
<Route path="/profile/ao/cycleclassifications/" render={() => <CycleClassifications isAO />} />
Expand Down

0 comments on commit 863e3d6

Please sign in to comment.