Update ContinueButton.tsx

This commit is contained in:
Hristo Nedelkov 2024-01-29 23:59:15 +02:00
parent ce778bfd11
commit 1963dfb830
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ const ContinueButton = () => {
const { isValidatorSet } = useSelector((state: RootState) => state.validatorSetup)
const navigate = useNavigate()
const isActivationValScreen = activeStep === 3 && subStepValidatorSetup === 3
const isActivationValScreen = activeStep === 5
useEffect(() => {
const getDisabledButton = () => {