🐛 Remet la section à quoi servent les cotiz sur le simulateur salarié

pull/1401/head
Johan Girod 2021-02-01 11:11:03 +01:00
parent 5d604fdf6e
commit 966330905a
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function PaySlipSection() {
}
export const DistributionSection = ({
children = Distribution,
children = <Distribution />,
}: {
children?: React.ReactNode
}) => (