update build id to store version number
This commit is contained in:
@@ -1128,32 +1128,32 @@ export function FileUploadField(props) {
|
||||
);
|
||||
}
|
||||
|
||||
export const RepresentationGuidanceText = (appealType) => {
|
||||
let { t } = useTranslation();
|
||||
// export const RepresentationGuidanceText = (appealType) => {
|
||||
// let { t } = useTranslation();
|
||||
|
||||
console.log(appealType);
|
||||
switch (appealType) {
|
||||
case "846040004": //has/cas
|
||||
return (
|
||||
<p className="govuk-hint govuk-!-font-size-14 govuk-!-margin-top-5">
|
||||
{t("myrepresentations:questionnaire-publish-policy-label")}{" "}
|
||||
<a href="https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html">
|
||||
https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html
|
||||
</a>
|
||||
</p>
|
||||
);
|
||||
break;
|
||||
default:
|
||||
return (
|
||||
<p className="govuk-hint govuk-!-font-size-14 govuk-!-margin-top-5">
|
||||
{t("myrepresentations:publish-policy-label")}{" "}
|
||||
<a href="https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html">
|
||||
https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html
|
||||
</a>
|
||||
</p>
|
||||
);
|
||||
break;
|
||||
}
|
||||
// console.log(appealType);
|
||||
// switch (appealType) {
|
||||
// case "846040004": //has/cas
|
||||
// return (
|
||||
// <p className="govuk-hint govuk-!-font-size-14 govuk-!-margin-top-5">
|
||||
// {t("myrepresentations:questionnaire-publish-policy-label")}{" "}
|
||||
// <a href="https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html">
|
||||
// https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html
|
||||
// </a>
|
||||
// </p>
|
||||
// );
|
||||
// break;
|
||||
// default:
|
||||
// return (
|
||||
// <p className="govuk-hint govuk-!-font-size-14 govuk-!-margin-top-5">
|
||||
// {t("myrepresentations:publish-policy-label")}{" "}
|
||||
// <a href="https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html">
|
||||
// https://gov.wales/planning-and-environment-decisions-wales-publishing-policy-html
|
||||
// </a>
|
||||
// </p>
|
||||
// );
|
||||
// break;
|
||||
// }
|
||||
|
||||
return guidanceString;
|
||||
};
|
||||
// return guidanceString;
|
||||
// };
|
||||
|
||||
Reference in New Issue
Block a user