Skip to content

Commit

Permalink
chore: rewrite function call to augmentWithWorkflowDisabling to be cl…
Browse files Browse the repository at this point in the history
…earer
  • Loading branch information
justynoh committed Feb 21, 2024
1 parent 296d3a4 commit 17083cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const FormFields = ({
() =>
formFields
.map(augmentWithMyInfo)
.map(augmentWithWorkflowDisabling.bind(this, workflowStep)),
.map((fields) => augmentWithWorkflowDisabling(workflowStep, fields)),
[formFields, workflowStep],
)

Expand Down

0 comments on commit 17083cf

Please sign in to comment.