Placeholder walkability index

This commit is contained in:
Mike Simpson 2023-06-28 13:19:04 +01:00
parent 0517222670
commit 9f842dd445

View File

@ -200,6 +200,14 @@ const StreetscapeView: React.FunctionComponent<CategoryViewProps> = (props) => (
} }
</DataEntryGroup> </DataEntryGroup>
<DataEntryGroup name="Street/pavement"> <DataEntryGroup name="Street/pavement">
<DataEntry
title="Walkability Index"
slug=""
value=""
mode='view'
tooltip='Under development'
/>
<hr/>
<NumericDataEntry <NumericDataEntry
title={dataFields.context_street_width.title} title={dataFields.context_street_width.title}
value={props.building.context_street_width} value={props.building.context_street_width}
@ -347,6 +355,7 @@ const StreetscapeView: React.FunctionComponent<CategoryViewProps> = (props) => (
slug="" slug=""
value="" value=""
mode='view' mode='view'
tooltip='Under development'
/> />
</DataEntryGroup> </DataEntryGroup>
</Fragment> </Fragment>