From 7cd860d44b6f1ddded96ea09e6fd829c28f21cf8 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Sun, 16 Feb 2025 19:29:52 +0100 Subject: [PATCH] always display one decimal in aetheryte coords --- src/components/GatheringNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}