diff --git a/src/components/resource-sections/components/overview/index.tsx b/src/components/resource-sections/components/overview/index.tsx index e0081512..bc81b321 100644 --- a/src/components/resource-sections/components/overview/index.tsx +++ b/src/components/resource-sections/components/overview/index.tsx @@ -213,7 +213,9 @@ const SpatiotemporalCoverage: React.FC = ({ Temporal Coverage {/* Start */} - {temporalCoverage?.name && {temporalCoverage.name}} + {temporalCoverage?.temporalInterval?.name && ( + {temporalCoverage?.temporalInterval?.name} + )} {temporalCoverage?.temporalInterval?.startDate && (