From bf70ba6cfdd7c65fb50b3cf6bb61bffbefd24c92 Mon Sep 17 00:00:00 2001 From: Martin Alzueta Date: Thu, 18 Jul 2024 09:28:33 +0200 Subject: [PATCH] Typo on Ship infos --- src/components/MlIconLayer/MlIconLayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}