format
This commit is contained in:
parent
58f309fcb3
commit
6e1561e0b2
|
@ -98,7 +98,6 @@ const ContinueButton = () => {
|
|||
}
|
||||
|
||||
const continueHandler = () => {
|
||||
|
||||
if (activeStep === 1) {
|
||||
handleStep1()
|
||||
} else if (activeStep === 2) {
|
||||
|
|
|
@ -24,7 +24,6 @@ const FormStepper = ({ activeStep }: FormStepperProps) => {
|
|||
const dispatch = useDispatch()
|
||||
const changeStepOnClickHandler = (index: number) => {
|
||||
if (activeStep > index) {
|
||||
|
||||
dispatch(setActiveStep(index))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue