Placeholder walkability index
This commit is contained in:
parent
0517222670
commit
9f842dd445
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user