diff --git a/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx b/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx index 45c5a5ab5..9a5e909d1 100644 --- a/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx +++ b/mon-entreprise/source/components/simulationExplanation/IndépendantExplanation.tsx @@ -9,7 +9,7 @@ import urssafSrc from 'Images/urssaf.svg' import * as Animate from 'Components/ui/animate' import { default as React, useContext } from 'react' import { Trans, useTranslation } from 'react-i18next' -import { DottedName } from 'Rules/' +import { DottedName } from 'Rules' import styled from 'styled-components' export default function IndépendantExplanation() { const engine = useContext(EngineContext) @@ -103,10 +103,10 @@ function CaisseRetraite() { return ( <> {['CARCDSF', 'CARPIMKO', 'CIPAV', 'CARMF'].map(caisse => { - const dottedName: DottedName = `dirigeant . indépendant . PL . ${caisse}` + const dottedName = `dirigeant . indépendant . PL . ${caisse}` as DottedName const { description, références } = engine.evaluate(dottedName) return ( - +
{ - const details = simulators.find(({ path }) => path.includes(label)) + const details = simulators.find(({ path }) => path?.includes(label)) if (!details) { return null } diff --git a/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap b/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap index cbb5f572c..56dcf1580 100644 --- a/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap +++ b/mon-entreprise/test/regressions/__snapshots__/simulations.jest.js.snap @@ -263,33 +263,33 @@ Notifications affichées : entreprise . catégorie d'activité . libérale règl `; exports[`calculate simulations-professions-libérales: sage-femme 1`] = ` -"[0,40086,0,0,4,0] +"[0,37617,0,0,4,0] Notifications affichées : entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 2`] = ` "[0,14852,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 3`] = ` "[0,2728,0,0,3,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, dirigeant . indépendant . PL . CARCDSF . sage-femme . exonération PCV, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, dirigeant . indépendant . PL . CARCDSF . sage-femme . exonération PCV, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 4`] = ` "[0,14852,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 5`] = ` "[0,14775,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-professions-libérales: sage-femme 6`] = ` -"[0,14698,0,0,4,0] -Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . réduction de la cotisation forfaitaire, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" +"[0,14699,0,0,4,0] +Notifications affichées : dirigeant . indépendant . PL . CARCDSF . retraite complémentaire . cotisation forfaitaire . réduction applicable, entreprise . catégorie d'activité . libérale règlementée . notification CIPAV . texte" `; exports[`calculate simulations-rémunération-dirigeant (assimilé salarié): ACRE 1`] = `"[605,0,0,7184,4,13]"`;