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) => { ) : ( - {' '}