From b9e82b9a1d4da853c416012d060dac9a0311da4d Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 22 Jun 2023 15:57:55 +0200 Subject: [PATCH] =?UTF-8?q?Met=20=C3=A0=20jour=20le=20comparateur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../simulateurs/comparaison-statuts/components/StatutChoice.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/pages/simulateurs/comparaison-statuts/components/StatutChoice.tsx b/site/source/pages/simulateurs/comparaison-statuts/components/StatutChoice.tsx index ba37daef5..ed09e45e0 100644 --- a/site/source/pages/simulateurs/comparaison-statuts/components/StatutChoice.tsx +++ b/site/source/pages/simulateurs/comparaison-statuts/components/StatutChoice.tsx @@ -18,7 +18,7 @@ const StatutChoice = ({ hideCTA = false, }: { namedEngines: EngineComparison - hideCTA: boolean + hideCTA?: boolean }) => { const gridSizes = getGridSizes(1, namedEngines.length)