fix null check
This commit is contained in:
parent
96ee4667e6
commit
4cb41c3a56
1 changed files with 1 additions and 1 deletions
|
|
@ -3935,7 +3935,7 @@
|
|||
|
||||
// get position precision in meters
|
||||
const positionPrecisionInMeters = getPositionPrecisionInMeters(positionPrecision);
|
||||
if(positionPrecision == null){
|
||||
if(positionPrecisionInMeters == null){
|
||||
return "?";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue