From e29101859edb40e0083f9b978cf66b31226066e9 Mon Sep 17 00:00:00 2001 From: Alice Dahan Date: Tue, 15 Oct 2024 17:03:02 +0200 Subject: [PATCH] feat: affiche les avertissements RGCP dans l'onglet mois par mois --- .../reduction-generale/RéductionGénéraleMoisParMois.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx b/site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx index 6ac1e82ec..7f29a3a88 100644 --- a/site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx +++ b/site/source/pages/simulateurs/reduction-generale/RéductionGénéraleMoisParMois.tsx @@ -8,6 +8,7 @@ import { useEngine } from '@/components/utils/EngineContext' import { Tooltip } from '@/design-system/tooltip' import Répartition from './components/Répartition' +import Warnings from './components/Warnings' import { MonthState, rémunérationBruteDottedName } from './utils' type RémunérationBruteInput = { @@ -140,6 +141,8 @@ export default function RéductionGénéraleMoisParMois({ })} + + ) }