From e284541263143de8141788e8a29e853d5eba013d Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 28 Jan 2021 17:39:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Supprime=20une=20parenth=C3=A8se?= =?UTF-8?q?=20orpheline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/source/components/Simulation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-entreprise/source/components/Simulation.tsx b/mon-entreprise/source/components/Simulation.tsx index d49e7b8c0..f87fee0cd 100644 --- a/mon-entreprise/source/components/Simulation.tsx +++ b/mon-entreprise/source/components/Simulation.tsx @@ -50,7 +50,7 @@ export default function Simulation({ } customEventName="rate simulator" /> - ){explanations} + {explanations} )}