Skip to content

Commit

Permalink
fix: tasklist highlighting on milestone & annual reports
Browse files Browse the repository at this point in the history
  • Loading branch information
gurjmatharu committed Jun 7, 2022
1 parent 4f49234 commit 3d935ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/TaskList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const TaskList: React.FC<Props> = ({ projectRevision, mode }) => {
listItemName="Quarterly Reports"
>
<TaskListItem
stepName="3"
stepName="4"
linkUrl={getProjectRevisionFormPageRoute(id, 4)}
formTitle="Quarterly reports"
formStatus={quarterlyReportsStatus}
Expand All @@ -152,7 +152,7 @@ const TaskList: React.FC<Props> = ({ projectRevision, mode }) => {
listItemName="Annual Reports"
>
<TaskListItem
stepName="4"
stepName="5"
linkUrl={getProjectRevisionFormPageRoute(id, 5)}
formTitle="Annual reports"
formStatus={annualReportsStatus}
Expand Down

0 comments on commit 3d935ed

Please sign in to comment.