diff --git a/src/Logic/State/GeoLocationState.ts b/src/Logic/State/GeoLocationState.ts index 2f28e2a58..3e26374fc 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]) }