diff --git a/mon-entreprise/source/pages/Gérer/Embaucher.tsx b/mon-entreprise/source/pages/Gérer/Embaucher.tsx index 32667e14d..901271c4e 100644 --- a/mon-entreprise/source/pages/Gérer/Embaucher.tsx +++ b/mon-entreprise/source/pages/Gérer/Embaucher.tsx @@ -4,6 +4,7 @@ import { } from 'Actions/hiringChecklistAction' import Animate from 'Components/ui/animate' import { CheckItem, Checklist, ChecklistProps } from 'Components/ui/Checklist' +import { SimulatorRessourceCard } from '../Simulateurs/Page' import { Helmet } from 'react-helmet' import { Trans, useTranslation } from 'react-i18next' import { connect, useSelector } from 'react-redux' @@ -216,6 +217,14 @@ function Embaucher({ onChecklistInitialization, onItemCheck }: EmbaucherProps) {
  • Remettre la fiche de paie à votre employé
  • + +

    + Ressources utiles +

    + +
    + +
    ) } diff --git a/mon-entreprise/source/pages/Simulateurs/Page.tsx b/mon-entreprise/source/pages/Simulateurs/Page.tsx index 3297d9dce..61ca11da7 100644 --- a/mon-entreprise/source/pages/Simulateurs/Page.tsx +++ b/mon-entreprise/source/pages/Simulateurs/Page.tsx @@ -103,7 +103,6 @@ type NextStepsProps = Pick< function NextSteps({ iframePath, nextSteps }: NextStepsProps) { const sitePaths = useContext(SitePathsContext) - const simulators = useSimulatorsData() const { language } = useTranslation().i18n const engine = useEngine() @@ -140,22 +139,7 @@ function NextSteps({ iframePath, nextSteps }: NextStepsProps) { )} {nextSteps?.map((simulatorId) => ( - -

    - {' '} - {simulators[simulatorId].shortName} -

    -

    - {simulators[simulatorId].meta?.description} -

    - + ))} {iframePath && ( +

    + {' '} + {simulators[simulatorId].shortName} +

    +

    {simulators[simulatorId].meta?.description}

    + + ) +} + const guidesUrssaf = [ { url: