Skip to content

Commit

Permalink
chore: review
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilczaja committed Aug 8, 2024
1 parent fc2230b commit cae2c71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class DashboardPageComponent implements OnInit, OnDestroy {
}));
},
);
console.log('loggingHouseData: ', this.loggingHouseData);
}

private ngOnDestroy$ = new Subject();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class BreadcrumbService {
document.title = `${
this.activeFeatureSet.usesMdsId()
? 'MDS '
: breadcrumb[breadcrumb.length - 1].label || 'Portal'
: breadcrumb[breadcrumb.length - 1].label || 'Authority Portal'
}`;
this.breadcrumb$.next(breadcrumb);
},
Expand Down

0 comments on commit cae2c71

Please sign in to comment.