diff --git a/src/components/search/item.tsx b/src/components/search/item.tsx index 92a31ff..f4e0622 100644 --- a/src/components/search/item.tsx +++ b/src/components/search/item.tsx @@ -36,6 +36,7 @@ import type { StacCollection, StacLink, TemporalExtent } from "stac-ts"; import useStacMap from "../../hooks/stac-map"; import useStacSearch from "../../hooks/stac-search"; import type { StacSearch } from "../../types/stac"; +import DownloadButtons from "../download"; import { SpatialExtent } from "../extents"; import Section from "../section"; @@ -319,6 +320,12 @@ export function ItemSearchResults({ )} + {items && ( + + )} );