Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeJadrijev committed Jan 31, 2025
1 parent 3227939 commit a4facfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const GeneralRegistrationForm = () => {
break;
}
if (isStepValid(currentStep)) {
let nextStep = currentStep + 1;
const nextStep = currentStep + 1;
setCurrentStep(nextStep);
}
};
Expand Down

0 comments on commit a4facfc

Please sign in to comment.