Mini Apps: Fix vertical accuracy (#5801)

This commit is contained in:
zubiden 2025-04-08 17:00:14 +02:00 committed by Alexander Zinchuk
parent f6ab2b2a05
commit 13d8f1c657

View File

@ -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 {