Browse Source

minor

master
NastiaS 7 years ago
parent
commit
d367c9e0b3
  1. 11
      src/components/Onboarding/index.js

11
src/components/Onboarding/index.js

@ -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,

Loading…
Cancel
Save