Skip to content

Commit

Permalink
🐛 [#36] Fix excluding steps mechanism
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 24, 2023
1 parent 0bd512c commit 84cab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressIndicator/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const addFixedSteps = (
...steps,
showOverview && summaryStep,
showConfirmation && confirmationStep,
];
].filter(Boolean);

return finalSteps;
};
Expand Down

0 comments on commit 84cab8a

Please sign in to comment.