diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 1ced8dde..1fbf18a1 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -1006,8 +1006,10 @@ let MakeRepresentation = (props) => { appealIsConsultation={appealIsConsultation} currentReference={ticketnumber} caseTitle={ - currentView.currentReference || - currentView.caseReference.currentReference + currentView?.caseReference?.repDetails + ?.pinswg_name || + currentView?.currentReference || + currentView?.caseReference.currentReference } whichControl={whichControl} appealIsLocalImpact={appealIsLocalImpact} diff --git a/lib/routing/breadcrumbRendererFactories.js b/lib/routing/breadcrumbRendererFactories.js index 042dacb9..0d0961db 100644 --- a/lib/routing/breadcrumbRendererFactories.js +++ b/lib/routing/breadcrumbRendererFactories.js @@ -219,10 +219,10 @@ export const createRepresentationRouteRenderers = ({ currentView.representationSubmitConfirmation !== true && renderBackCrumb(onRepresentationSubmitBackFromConfirmation)} - {currentView.representationSubmit !== true && + {/* {currentView.representationSubmit !== true && hasRepDetails && repDetails?.representationType !== "Questionnaire" && - renderBackCrumb(onRepresentationSubmitBackToDetails)} + renderBackCrumb(onRepresentationSubmitBackToDetails)} */} {currentView.representationSubmit !== true && hasRepDetails &&