clear code
This commit is contained in:
parent
40db43bf89
commit
6c92da396b
|
@ -26,7 +26,6 @@ const FormStepper = ({ activeStep }: FormStepperProps) => {
|
||||||
'/validator-onboarding/key-generation',
|
'/validator-onboarding/key-generation',
|
||||||
'/validator-onboarding/deposit',
|
'/validator-onboarding/deposit',
|
||||||
'/validator-onboarding/activation',
|
'/validator-onboarding/activation',
|
||||||
// Add more steps as needed
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const getIsStepVisible = (index: number, stepsBefore: number, stepsAfter: number) => {
|
const getIsStepVisible = (index: number, stepsBefore: number, stepsAfter: number) => {
|
||||||
|
|
Loading…
Reference in New Issue