watched cases and view all
This commit is contained in:
@@ -20,8 +20,8 @@ const RepDetails = (props) => {
|
||||
? props.myRepresentations.myRepresentations
|
||||
: props.searchResultsObj.searchDetailsObj
|
||||
: props.currentType == "watchedCases"
|
||||
? props.props.props.watchedCases.watchedCasesDetails
|
||||
: props.props.searchResultsObj.searchDetailsObj;
|
||||
? props.props.props.props.watchedCases.watchedCasesDetails
|
||||
: props.props.props.searchResultsObj.searchDetailsObj;
|
||||
|
||||
var detailsObj = {};
|
||||
|
||||
|
||||
@@ -348,7 +348,7 @@ let RepLPA = (props) => {
|
||||
className="govuk-button"
|
||||
data-module="govuk-button"
|
||||
>
|
||||
{t("common:continue-button")}ww
|
||||
{t("common:continue-button")}
|
||||
</button>
|
||||
// <a
|
||||
// href="#"
|
||||
@@ -368,7 +368,7 @@ let RepLPA = (props) => {
|
||||
className="govuk-button"
|
||||
data-module="govuk-button"
|
||||
>
|
||||
{t("common:continue-button")}ww
|
||||
{t("common:continue-button")}
|
||||
</button>
|
||||
)}
|
||||
{showQuestionnaireSection > 1 && (
|
||||
|
||||
-1
@@ -999,7 +999,6 @@ let S78_Questionnaire = (props) => {
|
||||
dateEnd="1-y"
|
||||
locale={locale}
|
||||
/>
|
||||
ss
|
||||
</fieldset>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user