From 84c097fa9fb6a68bf2da2a0dad460fb3adb68a9a Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Thu, 8 Dec 2022 18:19:03 +0100 Subject: [PATCH] disclaimer styling --- .../data-components/planning-data-entry.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/app/src/frontend/building/data-components/planning-data-entry.tsx b/app/src/frontend/building/data-components/planning-data-entry.tsx index f1c84193..0b8ecb6a 100644 --- a/app/src/frontend/building/data-components/planning-data-entry.tsx +++ b/app/src/frontend/building/data-components/planning-data-entry.tsx @@ -78,22 +78,20 @@ const PlanningDataOfficialDataEntry: React.FC - +
- +
No live planning data available currently for this building polygon via the Planning London DataHub. -
); } else { return ( - +
- +
No live planning data for this date range, but this building has associated planning data now shown here. -
); } @@ -102,14 +100,14 @@ const PlanningDataOfficialDataEntry: React.FC To see planning applications visualised for different periods click on the map key dropdown.
- +
{/* TODO: data[0] is problematic here... Compute it from listed elements and show all distinct variants? Error if they are not distinct? Hardcode it? */}
Planning application status is streamed using live data uploaded by local authorities to {data[0]["data_source_link"] ? {data[0]["data_source"]} : data[0]["data_source"] }.

- +
{data.map((item) => (