mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-23 09:49:17 +00:00
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 dispatch = useDispatch()
|
||||||
const handleContinue = () => {
|
const handleContinue = () => {
|
||||||
dispatch(setNavigationFlow('createNode'))
|
dispatch(setNavigationFlow('createNode'))
|
||||||
navigate('/device-health-check')
|
navigate('/device-health-check-onboarding')
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<PageWrapperShadow
|
<PageWrapperShadow
|
||||||
|
@ -44,7 +44,7 @@ const PairDevice = () => {
|
|||||||
|
|
||||||
const continueHandler = () => {
|
const continueHandler = () => {
|
||||||
dispatch(setNavigationFlow('pairDevice'))
|
dispatch(setNavigationFlow('pairDevice'))
|
||||||
navigate('/device-health-check')
|
navigate('/device-health-check-onboarding')
|
||||||
}
|
}
|
||||||
|
|
||||||
const isDisabledButton = () => {
|
const isDisabledButton = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user