From c6eb77ec27468b9d79dced9af5df0c52edd14df0 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 10 Aug 2024 14:29:58 +0200 Subject: [PATCH] UX: fix geolocation text in intropanel --- src/Logic/State/GeoLocationState.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Logic/State/GeoLocationState.ts b/src/Logic/State/GeoLocationState.ts index 2f28e2a58b..3e26374fc9 100644 --- a/src/Logic/State/GeoLocationState.ts +++ b/src/Logic/State/GeoLocationState.ts @@ -127,7 +127,7 @@ export class GeoLocationState { return Translations.t.general.labels.jumpToLocation } return Translations.t.general.waitingForLocation - }, [this.allowMoving, this.permission]) + }, [this.allowMoving, this.permission, this.currentGPSLocation]) }