Skip to content

Commit 7d04084

Browse files
Restored breadcrumbs on collection pages
1 parent e976ddb commit 7d04084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app-routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export const APP_ROUTES: Route[] = [
108108
path: COLLECTION_MODULE_PATH,
109109
loadChildren: () => import('./collection-page/collection-page-routes')
110110
.then((m) => m.ROUTES),
111-
data: { showBreadcrumbs: false, enableRSS: true },
111+
data: { enableRSS: true },
112112
canActivate: [endUserAgreementCurrentUserGuard],
113113
},
114114
{

0 commit comments

Comments
 (0)