Merge branch 'release/0.0.3'
This commit is contained in:
@@ -44,7 +44,7 @@ const Component = () => {
|
||||
const retrieveAndStoreLocations = (accessToken) => {
|
||||
return getLocations(accessToken)
|
||||
.then((result) => {
|
||||
if (result.data != null) {
|
||||
if (result.data != null && ValidateLocationData(result.data) !== false) {
|
||||
const points = result.data.map((point) => [
|
||||
point.latitude,
|
||||
point.longitude,
|
||||
|
||||
Reference in New Issue
Block a user