diff --git a/components/breadcrumbs.js b/components/breadcrumbs.js index 0d6af9d8..b09a0db4 100644 --- a/components/breadcrumbs.js +++ b/components/breadcrumbs.js @@ -49,795 +49,767 @@ const Breadcrumbs = (props) => { const { data: session, status } = useSession(); - return <> - + > + ); }; export default Breadcrumbs; diff --git a/components/case/representation/index.js b/components/case/representation/index.js index 15eff4aa..eaf568da 100644 --- a/components/case/representation/index.js +++ b/components/case/representation/index.js @@ -204,6 +204,7 @@ let MakeRepresentation = (props) => { caseReference={caseReference} />; break; + case "appellant": case t( "myrepresentations:capacity-options-arr-appellant" ).toLocaleLowerCase(): @@ -248,6 +249,7 @@ let MakeRepresentation = (props) => { /> ); break; + case "agent": case t( "myrepresentations:capacity-options-arr-agent" ).toLowerCase(): @@ -519,6 +521,11 @@ let MakeRepresentation = (props) => { "incidentID": props.props.currentView.caseReference.incidentid, "caseRef": props.props.currentView.caseReference.currentReference, + "pinswg_questionnaireduedate": + detailsObj.pinswg_questionnaireduedate, + "pinswg_statementduedate": detailsObj.pinswg_statementduedate, + "pinswg_finalcommentsduedate": + detailsObj.pinswg_finalcommentsduedate, "pinswg_name": props.props.currentView.caseReference.currentReference, "firstname": diff --git a/components/case/representation/representationCapacitySelection.js b/components/case/representation/representationCapacitySelection.js index bf8dbbff..64a57017 100644 --- a/components/case/representation/representationCapacitySelection.js +++ b/components/case/representation/representationCapacitySelection.js @@ -13,6 +13,7 @@ import { RenderPickList, RenderTextfield, RenderRadioList, + RenderRadioListWithText, RenderMultiline, } from "./representationElements"; import { useDropzone } from "react-dropzone"; @@ -52,8 +53,8 @@ let RepCapacitySelection = (props) => { myRepresentations={props.props.myRepresentations} props={props} />{" "} -