tweak text again

This commit is contained in:
Mateusz Konieczny 2022-09-14 15:52:46 +02:00
parent fa8bbcf54e
commit 1ad5128874

View File

@ -63,7 +63,7 @@ const PlanningDataOfficialDataEntry: React.FC<PlanningDataOfficialDataEntryProps
<b>Current planning application status for this site:</b> {data[0]["status"]}
<br/>
<div><b>Planning application ID:</b> {data[0]["planning_application_id"]}</div>
<b>Date registered by the planning authority</b>: TODO
<b>Date registered by the planning authority (validation date)</b>: TODO
<b>Decision date</b>: {data[0]["decision_date"].toString()}
<div><b>Description of proposed work</b>: <LongText content = {data[0]["description"]} limit = {400}/></div>
<div><b>Most recent update by data provider:</b> {data[0]["decision_date"]}</div>