Skip to content

Commit

Permalink
pr updates
Browse files Browse the repository at this point in the history
Signed-off-by: kaddy645 <xdeskart@amazon.com>
  • Loading branch information
kaddy645 committed Jul 28, 2022
1 parent 37275cc commit 9436afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/public/chrome/ui/header/header_breadcrumbs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export function HeaderBreadcrumbs({ appTitle$, breadcrumbs$ }: Props) {
if (breadcrumbs.length === 0 && appTitle) {
crumbs = [{ text: appTitle }];
}

const crumbsLength = crumbs.length;

crumbs = crumbs.map((breadcrumb, i) => ({
...breadcrumb,
'data-test-subj': classNames(
Expand Down

0 comments on commit 9436afa

Please sign in to comment.