diff --git a/source/components/SalaryExplanation.tsx b/source/components/SalaryExplanation.tsx index 62646d138..189ee103b 100644 --- a/source/components/SalaryExplanation.tsx +++ b/source/components/SalaryExplanation.tsx @@ -8,10 +8,7 @@ import emoji from 'react-easy-emoji' import { Trans, useTranslation } from 'react-i18next' import { useSelector } from 'react-redux' import { RootState } from 'Reducers/rootReducer' -import { - analysisWithDefaultsSelector, - defaultUnitsSelector -} from 'Selectors/analyseSelectors' +import { analysisWithDefaultsSelector, defaultUnitsSelector } from 'Selectors/analyseSelectors' import * as Animate from 'Ui/animate' class ErrorBoundary extends React.Component { @@ -44,27 +41,27 @@ export default function SalaryExplanation() { ) : ( - <> - -
- -
- -
- -
- - )} + <> + +
+ +
+ +
+ +
+ + )}

@@ -114,7 +111,7 @@ function RevenueRepatitionSection() { }, { ...getRule('impôt'), - title: t('quicklinks.Impôt'), + title: t('impôt'), color: palettes[1][0] }, { @@ -136,8 +133,8 @@ function PaySlipSection() { {unit?.endsWith('mois') ? ( Fiche de paie ) : ( - Détail annuel des cotisations - )} + Détail annuel des cotisations + )}