Loading src/components/presentational/FootprintResults.jsx +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ export default function FootprintResults(props) { } let collectionUrls = {}; for (const collection of props.target.collections) {} for (const collection of props.target.collections) { let isInStacAPI = collection.hasOwnProperty("stac_version"); Loading Loading
src/components/presentational/FootprintResults.jsx +1 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,7 @@ export default function FootprintResults(props) { } let collectionUrls = {}; for (const collection of props.target.collections) {} for (const collection of props.target.collections) { let isInStacAPI = collection.hasOwnProperty("stac_version"); Loading