Skip to content

Commit

Permalink
Add a fix cause why not?
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Nov 18, 2023
1 parent 2d90374 commit 19660e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const SiteGenHeader = () => {
);

const currentStepIndex = findIndex( allSteps, {
path: currentStep.path,
path: currentStep?.path,
} );
const progress = ( currentStepIndex / allSteps.length ) * 100;

Expand Down

0 comments on commit 19660e9

Please sign in to comment.