diff --git a/components/paths/contentblocks/CategoryTypeListBlock.tsx b/components/paths/contentblocks/CategoryTypeListBlock.tsx index 895fa0fe..a14fc433 100644 --- a/components/paths/contentblocks/CategoryTypeListBlock.tsx +++ b/components/paths/contentblocks/CategoryTypeListBlock.tsx @@ -120,7 +120,7 @@ interface ImpactData { } const CategoryTypeListBlock = (props: CategoryTypeListBlockProps) => { - const { id = '', heading, groupByLevelId, categories } = props; + const { id = '', heading, groupByLevelId, categories, lead } = props; const paths = usePaths(); const t = useTranslations(); @@ -196,6 +196,7 @@ const CategoryTypeListBlock = (props: CategoryTypeListBlockProps) => { {heading && {heading}} + {lead &&

{lead}

}