diff --git a/src/lib/components/ArticleView.svelte b/src/lib/components/ArticleView.svelte index 91e8e57..a4a52e6 100644 --- a/src/lib/components/ArticleView.svelte +++ b/src/lib/components/ArticleView.svelte @@ -24,7 +24,7 @@ {/if} -{@html article.BLOC_TEXTUEL.CONTENU} +{@html article.BLOC_TEXTUEL?.CONTENU} {#if ciblesCreation.length > 0}