From 966330905ad2ea714d63f6b6aac50c4fc8b5ff02 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Mon, 1 Feb 2021 11:11:03 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20Remet=20la=20section=20=C3=A0=20quoi=20?= =?UTF-8?q?servent=20les=20cotiz=20sur=20le=20simulateur=20salari=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/simulationExplanation/SalaryExplanation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mon-entreprise/source/components/simulationExplanation/SalaryExplanation.tsx b/mon-entreprise/source/components/simulationExplanation/SalaryExplanation.tsx index 753188fa6..a32eb25f2 100644 --- a/mon-entreprise/source/components/simulationExplanation/SalaryExplanation.tsx +++ b/mon-entreprise/source/components/simulationExplanation/SalaryExplanation.tsx @@ -116,7 +116,7 @@ function PaySlipSection() { } export const DistributionSection = ({ - children = Distribution, + children = , }: { children?: React.ReactNode }) => (