pull/2524/head
Jérémy Rialland 2023-02-15 16:57:44 +01:00 committed by Jérémy Rialland
parent 21038e3907
commit b2b3fa1998
1 changed files with 4 additions and 2 deletions

View File

@ -128,9 +128,10 @@ const Result = ({ item, debug }: ResultProps) => {
<br />
</Fragment>
))}
{contenuCentral.length ? <br /> : null}
{contenuAnnexe.length ? (
<>
<br />
<span style={{ fontWeight: 'bold' }}>
Contenu annexe de cette activité :
</span>
@ -143,9 +144,10 @@ const Result = ({ item, debug }: ResultProps) => {
<br />
</Fragment>
))}
{contenuAnnexe.length ? <br /> : null}
{contenuExclu.length ? (
<>
<br />
<span style={{ fontWeight: 'bold' }}>
Contenu exclu de cette activité :
</span>