diff --git a/src/components/MlIconLayer/MlIconLayer.js b/src/components/MlIconLayer/MlIconLayer.js index ecf9e44..fbf47e8 100644 --- a/src/components/MlIconLayer/MlIconLayer.js +++ b/src/components/MlIconLayer/MlIconLayer.js @@ -269,7 +269,7 @@ const MlIconLayer = (props) => { {object.velocity} kn ( {Math.round(object.velocity * 1.852 * 100) / 100} km/h)
- Position accurancy: + Position accuracy: {object.accurancy ? "high" : "low"}