mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +00:00
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…
x
Reference in New Issue
Block a user