File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
manager-dashboard/app/views/NewProject Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -474,7 +474,8 @@ function NewProject(props: Props) {
474474 />
475475 </ InputSection >
476476 { (
477- value . projectType === PROJECT_TYPE_FOOTPRINT
477+ ( value . projectType === PROJECT_TYPE_FOOTPRINT
478+ || value . projectType === PROJECT_TYPE_STREET )
478479 && customOptions
479480 && customOptions . length > 0
480481 ) && (
@@ -532,7 +533,8 @@ function NewProject(props: Props) {
532533 ) }
533534 { ( value . projectType === PROJECT_TYPE_BUILD_AREA
534535 || value . projectType === PROJECT_TYPE_CHANGE_DETECTION
535- || value . projectType === PROJECT_TYPE_COMPLETENESS ) && (
536+ || value . projectType === PROJECT_TYPE_COMPLETENESS
537+ || value . projectType === PROJECT_TYPE_STREET ) && (
536538 < InputSection
537539 heading = "Project AOI Geometry"
538540 >
You can’t perform that action at this time.
0 commit comments