Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Aug 13, 2024
1 parent 8548597 commit 4058401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/map/src/geotools/GeoLocate.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ GeoLocate.toolLabel = "Current";
GeoLocate.propTypes = {
type: PropTypes.string,
setLocation: PropTypes.func,
value: PropTypes.object,
accuracy: PropTypes.number,
};

function formatLoc(lat, lng, acc) {
Expand Down

0 comments on commit 4058401

Please sign in to comment.