From 79761ab67ab34fb1f7dd39740507adf4c68ebdf3 Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Mon, 12 Dec 2022 14:40:57 +0100 Subject: [PATCH] change style of disabled section --- .../frontend/building/data-containers/planning.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/app/src/frontend/building/data-containers/planning.tsx b/app/src/frontend/building/data-containers/planning.tsx index 6a971f24..dea2038b 100644 --- a/app/src/frontend/building/data-containers/planning.tsx +++ b/app/src/frontend/building/data-containers/planning.tsx @@ -433,6 +433,15 @@ const PlanningView: React.FunctionComponent = (props) => { This section is designed to provide information on land parcels and their ownership type. Can you help us to crowdsource this information? +
+
+
    +
  • What type of owner owns this land parcel?
  • +
+
+
+ + {/* = (props) => { user_verified_as={props.user_verified.community_public_ownership} verified_count={props.building.verified.community_public_ownership} /> + */ + } )};