Browse Source
Merge pull request #1197 from NastiaS/old-minor-regression
fix old regression on the onboarding breadcrumb
master
Gaëtan Renaudeau
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/Onboarding/OnboardingBreadcrumb.js
|
|
@ -51,7 +51,7 @@ function OnboardingBreadcrumb(props: Props) { |
|
|
|
|
|
|
|
return ( |
|
|
|
<Breadcrumb |
|
|
|
stepsErrors={genuine.isGenuineFail ? [genuineStepIndex] : undefined} |
|
|
|
stepsErrors={genuine.displayErrorScreen ? [genuineStepIndex] : undefined} |
|
|
|
currentStep={stepIndex} |
|
|
|
items={filteredSteps} |
|
|
|
/> |
|
|
|