Mini Apps: Fix vertical accuracy (#5801)
This commit is contained in:
parent
f6ab2b2a05
commit
13d8f1c657
@ -754,7 +754,7 @@ const WebAppModalTabContent: FC<OwnProps & StateProps> = ({
|
||||
course: geolocation?.heading,
|
||||
speed: geolocation?.speed,
|
||||
horizontal_accuracy: geolocation?.accuracy,
|
||||
vertical_accuracy: geolocation?.accuracy,
|
||||
vertical_accuracy: geolocation?.altitudeAccuracy,
|
||||
},
|
||||
});
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user