diff --git a/src/app/app-routes.ts b/src/app/app-routes.ts index 51101f5a2d..37de4e46c7 100644 --- a/src/app/app-routes.ts +++ b/src/app/app-routes.ts @@ -108,7 +108,7 @@ export const APP_ROUTES: Route[] = [ path: COLLECTION_MODULE_PATH, loadChildren: () => import('./collection-page/collection-page-routes') .then((m) => m.ROUTES), - data: { showBreadcrumbs: false, enableRSS: true }, + data: { enableRSS: true }, canActivate: [endUserAgreementCurrentUserGuard], }, {