Browse Source

disable continue button when skipping onboarding

master
Anastasia Poupeney 7 years ago
parent
commit
7af89b2d06
  1. 7
      src/components/Onboarding/steps/GenuineCheck.js

7
src/components/Onboarding/steps/GenuineCheck.js

@ -270,12 +270,7 @@ class GenuineCheck extends PureComponent<StepProps, State> {
<Button padded disabled={false} onClick={() => nextStep()} mx={2}>
{t('app:common.skipThisStep')}
</Button>
<Button
padded
onClick={nextStep}
isContinueDisabled={genuine.genuineCheckUnavailable}
primary
>
<Button padded onClick={nextStep} disabled primary>
{t('app:common.continue')}
</Button>
</Box>

Loading…
Cancel
Save