|
|
@ -10,14 +10,7 @@ import type { T } from 'types/common' |
|
|
|
import type { OnboardingState } from 'reducers/onboarding' |
|
|
|
|
|
|
|
import { saveSettings } from 'actions/settings' |
|
|
|
import { |
|
|
|
nextStep, |
|
|
|
prevStep, |
|
|
|
jumpStep, |
|
|
|
// setGenuineCheckFail,
|
|
|
|
updateGenuineCheck, |
|
|
|
isLedgerNano, |
|
|
|
} from 'reducers/onboarding' |
|
|
|
import { nextStep, prevStep, jumpStep, updateGenuineCheck, isLedgerNano } from 'reducers/onboarding' |
|
|
|
import { getCurrentDevice } from 'reducers/devices' |
|
|
|
|
|
|
|
// import { unlock } from 'reducers/application'
|
|
|
@ -84,7 +77,6 @@ export type StepProps = { |
|
|
|
saveSettings: Function, |
|
|
|
// savePassword: Function,
|
|
|
|
getDeviceInfo: Function, |
|
|
|
// setGenuineCheckFail: Function,
|
|
|
|
updateGenuineCheck: Function, |
|
|
|
isLedgerNano: Function, |
|
|
|
} |
|
|
@ -119,7 +111,6 @@ class Onboarding extends PureComponent<Props> { |
|
|
|
const stepProps: StepProps = { |
|
|
|
t, |
|
|
|
onboarding, |
|
|
|
// setGenuineCheckFail,
|
|
|
|
updateGenuineCheck, |
|
|
|
isLedgerNano, |
|
|
|
prevStep, |
|
|
|