better phrasing
This commit is contained in:
parent
c5c87b8731
commit
c2bb03d729
@ -138,7 +138,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => {
|
|||||||
</DataEntryGroup>
|
</DataEntryGroup>
|
||||||
<DataEntryGroup name="Past applications (official data)" collapsed={true} >
|
<DataEntryGroup name="Past applications (official data)" collapsed={true} >
|
||||||
<InfoBox>
|
<InfoBox>
|
||||||
Past applications, including those with no decision in over a year
|
This section provides data on past applications where available from the GLA, including those with no decision in over a year
|
||||||
</InfoBox>
|
</InfoBox>
|
||||||
<PlanningDataOfficialDataEntry
|
<PlanningDataOfficialDataEntry
|
||||||
shownData={props.building.planning_data ? props.building.planning_data.filter(item => isArchived(item)) : []}
|
shownData={props.building.planning_data ? props.building.planning_data.filter(item => isArchived(item)) : []}
|
||||||
|
Loading…
Reference in New Issue
Block a user