Update ContinueButton.tsx
This commit is contained in:
parent
ce778bfd11
commit
1963dfb830
|
@ -51,7 +51,8 @@ const ContinueButton = () => {
|
||||||
const { isValidatorSet } = useSelector((state: RootState) => state.validatorSetup)
|
const { isValidatorSet } = useSelector((state: RootState) => state.validatorSetup)
|
||||||
|
|
||||||
const navigate = useNavigate()
|
const navigate = useNavigate()
|
||||||
const isActivationValScreen = activeStep === 3 && subStepValidatorSetup === 3
|
|
||||||
|
const isActivationValScreen = activeStep === 5
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const getDisabledButton = () => {
|
const getDisabledButton = () => {
|
||||||
|
|
Loading…
Reference in New Issue