mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand v2 layout with experimental view.
This commit is contained in:
@@ -83,21 +83,8 @@ export function parseDownloadedSplits(downloads) {
|
||||
current.longitude = download.longitude;
|
||||
current.zoomLevel = download.zoom_level;
|
||||
}
|
||||
|
||||
// hasLocation: false
|
||||
// latitude: null
|
||||
// longitude: null
|
||||
// piggy_bank_id: null
|
||||
// zoomLevel: null
|
||||
// console.log('download:');
|
||||
// console.log(download);
|
||||
// console.log('current:');
|
||||
// console.log(current);
|
||||
console.log(current.tags);
|
||||
returnArray.push(current);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return returnArray;
|
||||
}
|
||||
|
Reference in New Issue
Block a user