UX: fix geolocation text in intropanel
This commit is contained in:
parent
30fe39ef0d
commit
e547a8ae30
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue