diff --git a/src/app/medicament/[CIS]/page.tsx b/src/app/medicament/[CIS]/page.tsx index 9f703b3..dce3058 100644 --- a/src/app/medicament/[CIS]/page.tsx +++ b/src/app/medicament/[CIS]/page.tsx @@ -380,13 +380,13 @@ export default async function Page({ ) : ( <>Prix libre - non remboursable )} - {p.CommId !== PresentationComm.Commercialisation && ( + {Number(p.CommId) !== PresentationComm.Commercialisation && ( {PresentationComm[p.CommId]} {p.PresCommDate && ` (${dateShortFormat(p.PresCommDate)})`} )} - {p.StatId && p.StatId === PresentationStat.Abrogation && ( + {p.StatId && Number(p.StatId) === PresentationStat.Abrogation && ( {PresentationStat[p.StatId]} {p.PresStatDate && ` (${dateShortFormat(p.PresStatDate)})`}