From 7bbd88152c965233f8f0ca873dfe1a7df9fa359b Mon Sep 17 00:00:00 2001 From: NastiaS Date: Thu, 24 May 2018 16:29:12 +0200 Subject: [PATCH] delete unused things --- src/components/Onboarding/steps/SelectPIN.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/components/Onboarding/steps/SelectPIN.js b/src/components/Onboarding/steps/SelectPIN.js index 84299d1f..37aa0fab 100644 --- a/src/components/Onboarding/steps/SelectPIN.js +++ b/src/components/Onboarding/steps/SelectPIN.js @@ -8,16 +8,8 @@ import { colors } from 'styles/theme' import IconLedgerNanoSelectPIN from 'icons/onboarding/LedgerNanoSelectPIN' import IconLedgerBlueSelectPIN from 'icons/onboarding/LedgerBlueSelectPIN' import IconChevronRight from 'icons/ChevronRight' -import IconLedgerBlue from 'icons/onboarding/LedgerBlue' -import { - Title, - Description, - Inner, - OptionRow, - IconOptionRow, - DisclaimerBox, -} from '../helperComponents' +import { Title, Inner, OptionRow, IconOptionRow, DisclaimerBox } from '../helperComponents' import OnboardingFooter from '../OnboardingFooter' import type { StepProps } from '..' @@ -90,7 +82,6 @@ export default (props: StepProps) => { {onboarding.isLedgerNano ? ( - {' '} @@ -103,7 +94,6 @@ export default (props: StepProps) => { ) : ( - {' '}