Skip to content

Commit

Permalink
fix: correct numbering in tasklist
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed May 13, 2022
1 parent 362199e commit 14ffd4f
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 @@ -124,7 +124,7 @@ const TaskList: React.FC<Props> = ({ projectRevision }) => {
{/* Quarterly Reports Section */}
<TaskListSection
defaultExpandedState={currentStep === "quarterly-reports"}
listItemNumber="4"
listItemNumber="3"
listItemName="Quarterly Reports"
>
<FormListItem
Expand All @@ -141,7 +141,7 @@ const TaskList: React.FC<Props> = ({ projectRevision }) => {
{mode !== "view" && (
<TaskListSection
defaultExpandedState={currentStep === "summary"}
listItemNumber="3"
listItemNumber="4"
listItemName="Submit changes"
>
<FormListItem
Expand Down

0 comments on commit 14ffd4f

Please sign in to comment.