diff --git a/components/newappeal/buildcheckrow.js b/components/newappeal/buildcheckrow.js index f4499d9e..9197f561 100644 --- a/components/newappeal/buildcheckrow.js +++ b/components/newappeal/buildcheckrow.js @@ -176,25 +176,29 @@ let BuildCheckRow = (props) => {
- { - updateCurrentSection( - whichSection - ); - }} - > - {t( - "newappeal:change-link-label" - )} - + {rows[0].value != + "Case reference" && ( + { + updateCurrentSection( + whichSection + ); + }} + > {" "} - {FieldsTranslations( - rows[0].value + {t( + "newappeal:change-link-label" )} - - + + {" "} + {FieldsTranslations( + rows[0].value + )} + + + )}
); diff --git a/next.config.js b/next.config.js index a90006ab..a7d1ed26 100644 --- a/next.config.js +++ b/next.config.js @@ -57,6 +57,7 @@ const securityHeaders = [ const buildId = Date.now().toString(); module.exports = { + //output: "standalone", env: { BUILD_ID_ENV: buildId, },