We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e976ddb commit 7d04084Copy full SHA for 7d04084
src/app/app-routes.ts
@@ -108,7 +108,7 @@ export const APP_ROUTES: Route[] = [
108
path: COLLECTION_MODULE_PATH,
109
loadChildren: () => import('./collection-page/collection-page-routes')
110
.then((m) => m.ROUTES),
111
- data: { showBreadcrumbs: false, enableRSS: true },
+ data: { enableRSS: true },
112
canActivate: [endUserAgreementCurrentUserGuard],
113
},
114
{
0 commit comments