change structure of planning section
This commit is contained in:
parent
07514e6852
commit
bc8ec5d202
@ -270,6 +270,7 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
|||||||
verified_count={props.building.verified.planning_in_apa_url}
|
verified_count={props.building.verified.planning_in_apa_url}
|
||||||
/>
|
/>
|
||||||
</DataEntryGroup>
|
</DataEntryGroup>
|
||||||
|
</DataEntryGroup>
|
||||||
<DataEntryGroup name="Other types of zoning" collapsed={false} >
|
<DataEntryGroup name="Other types of zoning" collapsed={false} >
|
||||||
<CheckboxDataEntry
|
<CheckboxDataEntry
|
||||||
title="Is the building inside a flood zone?"
|
title="Is the building inside a flood zone?"
|
||||||
@ -374,7 +375,6 @@ const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
|||||||
verified_count={props.building.verified.community_public_ownership}
|
verified_count={props.building.verified.community_public_ownership}
|
||||||
/>
|
/>
|
||||||
</DataEntryGroup>
|
</DataEntryGroup>
|
||||||
</DataEntryGroup>
|
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
const PlanningContainer = withCopyEdit(PlanningView);
|
const PlanningContainer = withCopyEdit(PlanningView);
|
||||||
|
Loading…
Reference in New Issue
Block a user