From 94d4283d9afb931fd0fc06f79815fcb9a7c16636 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Thu, 23 Jan 2020 14:08:48 +0100 Subject: [PATCH] =?UTF-8?q?:bug:=20:fountain=5Fpen:=20corrige=20le=20texte?= =?UTF-8?q?=20quicklinks.imp=C3=B4ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/components/SalaryExplanation.tsx | 53 ++++++++++++------------- 1 file changed, 25 insertions(+), 28 deletions(-) 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 + )}