@adactive/adsum-wayfindingcontrols-asia
Advanced tools
Comparing version 2.5.8 to 2.5.9
{ | ||
"name": "@adactive/adsum-wayfindingcontrols-asia", | ||
"version": "2.5.8", | ||
"version": "2.5.9", | ||
"description": "Adsum Way Finding Controls Component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -118,3 +118,3 @@ // @flow | ||
const destinationFloor = pathSection[(pathSection.length - 1)].ground; | ||
const finalLabelText = destinationLabelText + poiDestination[0].name; | ||
const finalLabelText = destinationLabelText + poiDestination[0].name + ' '; | ||
@@ -169,3 +169,3 @@ // Store Destination Poi and Destination Place | ||
const icDestinationFloor = pathSection[wayfindingState.currentSectionIndex + 1].to.pathNode.ground.name; | ||
const changeFloorLabelText = icLabelText + icDestinationFloorPosition + icDestinationFloor.replace('_', ' '); | ||
const changeFloorLabelText = icLabelText + icDestinationFloorPosition + icDestinationFloor.replace('_', ' ') + ' '; | ||
@@ -172,0 +172,0 @@ this.addInterchangeLabel(changeFloorLabelText, pathSection); |
@@ -24,2 +24,4 @@ // @flow | ||
store.dispatch(this.inputPMR(pmr)); | ||
} else { | ||
store.dispatch(this.inputPMR(false)); | ||
} | ||
@@ -26,0 +28,0 @@ return (dispatch) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26422
525