We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75ca8a commit a9be0d5Copy full SHA for a9be0d5
src/fragments/forms/map-form/components/place-and-directions/components/route-details/route-details.js
@@ -70,6 +70,9 @@ export default {
70
context.parseSegments(route.properties.segments)
71
this.localMapViewData.routes[key].summary = route.summary
72
}
73
+ if (route.properties.extras?.['waytypes']) {
74
+ delete Object.assign(route.properties.extras, {['waytype']: route.properties.extras['waytypes'] })['waytypes']
75
+ }
76
routes.push(route)
77
78
return routes
0 commit comments