Merged PR 2512: adjsuted breadcrumb for dashboard links to cases to return to my portal not s...
adjsuted breadcrumb for dashboard links to cases to return to my portal not search results Related work items: #24389
This commit is contained in:
@@ -383,6 +383,15 @@ export const createCaseDetailRouteRenderers = ({
|
||||
);
|
||||
}
|
||||
|
||||
if (key !== null) {
|
||||
return (
|
||||
<>
|
||||
{renderMyPortalCrumb()}
|
||||
{renderCaseReferenceCrumb(caseReferenceDisplay)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<>
|
||||
{renderMyPortalCrumb()}
|
||||
|
||||
Reference in New Issue
Block a user