From b480b4997796067f9d8bf51791c2168d45c68896 Mon Sep 17 00:00:00 2001 From: Maud Royer Date: Mon, 27 Jan 2025 18:06:46 +0100 Subject: [PATCH] fix: typo Signed-off-by: Maud Royer --- src/components/PresentationsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PresentationsList.tsx b/src/components/PresentationsList.tsx index 9e8c1b4..717e2f1 100644 --- a/src/components/PresentationsList.tsx +++ b/src/components/PresentationsList.tsx @@ -51,7 +51,7 @@ function presentationDetailName(p: PresentationDetail): string { return `${totalDisplay(p)} - ${p.nbrrecipient} ${recipient.replaceAll("(s)", "s")}${caracCompDisplay(p)} de ${contentDisplay(p)}`; } - return `${p.nbrrecipient} ${recipient.replaceAll("(s)", "s")}${caracCompDisplay(p)}${p.qtecontenance && p.qtecontenance ? `de ${contentDisplay(p)}` : ""}`; + return `${p.nbrrecipient} ${recipient.replaceAll("(s)", "s")}${caracCompDisplay(p)}${p.qtecontenance && p.qtecontenance ? ` de ${contentDisplay(p)}` : ""}`; } return capitalize(