From 24818a83ec9390f3040e651c7499a28fa7ee58c4 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 1 Feb 2023 16:52:44 +0100 Subject: [PATCH] More instruction about CA, fix the review button fixes #1071 --- .../building/data-containers/planning.tsx | 20 ++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index 1b1c6933..fc03cacf 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -327,12 +327,12 @@ const PlanningView: React.FunctionComponent = (props) => { placeholder="Please add Conservation Area identifier" /> */} = (props) => { isUrl={true} placeholder="Please add CA appraisal link here" /> + {props.building.planning_in_conservation_area_url === "" ? "Our CA map records this building as not being within a CA. To help us verify this, please click ‘verify’ or, if info is incorrect, please add the local authority’s CA appraisal link." : "" } + {props.building.planning_in_conservation_area_url === "identified as listed: please replace with links" ? "Our CA map records this building as being within a CA. To help us verify this information please add the local authority’s CA appraisal link and then click ‘verify’." : "" } + {/*