From bbbd7adec8a187ebe05aa795eef5a68c9faff302 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Tue, 30 Jan 2024 12:04:46 +0200 Subject: [PATCH] clear code --- src/pages/ValidatorOnboarding/ContinueButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ValidatorOnboarding/ContinueButton.tsx b/src/pages/ValidatorOnboarding/ContinueButton.tsx index 3bbc35da..85e35c37 100644 --- a/src/pages/ValidatorOnboarding/ContinueButton.tsx +++ b/src/pages/ValidatorOnboarding/ContinueButton.tsx @@ -8,7 +8,7 @@ import { useNavigate } from 'react-router-dom' import { RootState } from '../../redux/store' import LinkWithArrow from '../../components/General/LinkWithArrow' -import { setActiveStep, setSubStepValidatorSetup } from '../../redux/ValidatorOnboarding/slice' +import { setActiveStep } from '../../redux/ValidatorOnboarding/slice' import { KEYSTORE_FILES } from '../../constants' import { setIsConfirmPhraseStage,