Gustavo Luigi 2023-06-06 08:36:47 -03:00
parent c9c664e4ee
commit 41e1c6dcfa
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@
let openInfoWindow = null;

currentItems = currentItems.filter(function(item){
console.log(item.location);
return item.location != undefined;
});