diff --git a/src/components/GatheringNode.vue b/src/components/GatheringNode.vue index 18a6ed4..5dfbdbf 100644 --- a/src/components/GatheringNode.vue +++ b/src/components/GatheringNode.vue @@ -29,7 +29,7 @@
{{ zones[gatheringNode.nearestAetheryte.position.zone]?.name?.en }} {{ gatheringNode.nearestAetheryte.name.en }} - {{ gatheringNode.nearestAetheryte.position.x }}, {{ gatheringNode.nearestAetheryte.position.y }} + {{ gatheringNode.nearestAetheryte.position.x.toFixed(1) }}, {{ gatheringNode.nearestAetheryte.position.y.toFixed(1) }}