Placeholder walkability index
This commit is contained in:
parent
0517222670
commit
9f842dd445
@ -200,6 +200,14 @@ const StreetscapeView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
||||
}
|
||||
</DataEntryGroup>
|
||||
<DataEntryGroup name="Street/pavement">
|
||||
<DataEntry
|
||||
title="Walkability Index"
|
||||
slug=""
|
||||
value=""
|
||||
mode='view'
|
||||
tooltip='Under development'
|
||||
/>
|
||||
<hr/>
|
||||
<NumericDataEntry
|
||||
title={dataFields.context_street_width.title}
|
||||
value={props.building.context_street_width}
|
||||
@ -347,6 +355,7 @@ const StreetscapeView: React.FunctionComponent<CategoryViewProps> = (props) => (
|
||||
slug=""
|
||||
value=""
|
||||
mode='view'
|
||||
tooltip='Under development'
|
||||
/>
|
||||
</DataEntryGroup>
|
||||
</Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user