We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8d4a6 commit ce2d29eCopy full SHA for ce2d29e
src/presenters/breadcrumbPresenter.js
@@ -19,7 +19,7 @@ export default class BreadcrumbPresenter {
19
.filter(
20
collection =>
21
!this.collectionsForBreadcrumbs.includes(collection) &&
22
- !this.object.journeyId === collection.journeyId
+ this.object.journeyId !== collection.id
23
)
24
.sort((a, b) => b.ranking - a.ranking)[0];
25
}
0 commit comments