diff --git a/src/components/maps/Map.astro b/src/components/maps/Map.astro index a54410f3..812ccaed 100644 --- a/src/components/maps/Map.astro +++ b/src/components/maps/Map.astro @@ -11,6 +11,7 @@ import CopyText from '../global/CopyText.astro'; interface Props extends MapProps {} const { + title, mapKey, zoomifyKey, mapHeight, // @@ -30,11 +31,11 @@ const seeMapText = t('maps.go-to-map', lang) ---