diff --git a/pwa/src/templates/templateParts/publicationsTable/PublicationsTableTemplate.tsx b/pwa/src/templates/templateParts/publicationsTable/PublicationsTableTemplate.tsx index 8bca4126..4f6d0946 100644 --- a/pwa/src/templates/templateParts/publicationsTable/PublicationsTableTemplate.tsx +++ b/pwa/src/templates/templateParts/publicationsTable/PublicationsTableTemplate.tsx @@ -58,8 +58,8 @@ export const PublicationsTableTemplate: React.FC - - {publication?.description !== '' ? publication?.description : "Geen beschrijvingm"} + + {publication?.summary !== '' ? publication?.summary : "Geen beschrijving"}