feat: affiche les avertissements RGCP dans l'onglet mois par mois

pull/3197/head
Alice Dahan 2024-10-15 17:03:02 +02:00 committed by liliced
parent 952435384a
commit e29101859e
1 changed files with 3 additions and 0 deletions

View File

@ -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({
})}
</tbody>
</StyledTable>
<Warnings />
</>
)
}