Skip to content

Commit 5e7fb67

Browse files
authored
WEB-19 Clicking on account list part in bread crumbs can cause error (#2658)
1 parent 9f39ab0 commit 5e7fb67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/savings/savings-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { GeneralTabComponent } from './savings-account-view/general-tab/general-
4848
const routes: Routes = [
4949
{
5050
path: '',
51-
data: { title: 'All Savings', breadcrumb: 'Savings', routeParamBreadcrumb: false },
51+
data: { title: 'All Savings', breadcrumb: 'Savings', routeParamBreadcrumb: false, addBreadcrumbLink: false },
5252
children: [
5353
{
5454
path: 'create',

src/app/shares/shares-routing.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { GeneralTabComponent } from './shares-account-view/general-tab/general-t
2222
const routes: Routes = [
2323
{
2424
path: '',
25-
data: { title: 'Shares', breadcrumb: 'Shares', routeParamBreadcrumb: false },
25+
data: { title: 'Shares', breadcrumb: 'Shares', routeParamBreadcrumb: false, addBreadcrumbLink: false },
2626
children: [
2727
{
2828
path: 'create',

0 commit comments

Comments
 (0)