fix(user journey): Redirect to correct page
This commit is contained in:
parent
46705d1899
commit
6a8eb1f648
|
@ -17,7 +17,7 @@ const CreateLocalNode = () => {
|
|||
const dispatch = useDispatch()
|
||||
const handleContinue = () => {
|
||||
dispatch(setNavigationFlow('createNode'))
|
||||
navigate('/device-health-check')
|
||||
navigate('/device-health-check-onboarding')
|
||||
}
|
||||
return (
|
||||
<PageWrapperShadow
|
||||
|
|
|
@ -44,7 +44,7 @@ const PairDevice = () => {
|
|||
|
||||
const continueHandler = () => {
|
||||
dispatch(setNavigationFlow('pairDevice'))
|
||||
navigate('/device-health-check')
|
||||
navigate('/device-health-check-onboarding')
|
||||
}
|
||||
|
||||
const isDisabledButton = () => {
|
||||
|
|
Loading…
Reference in New Issue