From 18cf0203dfc9cb703a4139a47ac66e04478790a6 Mon Sep 17 00:00:00 2001 From: Alexandre Hajjar Date: Fri, 2 Jul 2021 16:55:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20React=20fix=20in=20Imp=C3=B4tSoc?= =?UTF-8?q?i=C3=A9t=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mon-entreprise/source/pages/Simulateurs/ImpôtSociété.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mon-entreprise/source/pages/Simulateurs/ImpôtSociété.tsx b/mon-entreprise/source/pages/Simulateurs/ImpôtSociété.tsx index 0bfe4580b..14731de9d 100644 --- a/mon-entreprise/source/pages/Simulateurs/ImpôtSociété.tsx +++ b/mon-entreprise/source/pages/Simulateurs/ImpôtSociété.tsx @@ -54,7 +54,7 @@ export default function ISSimulation() { function ExerciceDate() { const dispatch = useDispatch() return ( -

-

+ ) }