From 9a3e6b0f4bed650ba026a1d549ae1a64ea3286f1 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Fri, 23 Oct 2020 12:19:46 +0200 Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=20le=20lien=20vers=20le=20simulateu?= =?UTF-8?q?r=20sasu=20pour=20l'int=C3=A9gration=20code=20du=20travail=20nu?= =?UTF-8?q?m=C3=A9rique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/Simulateurs/SalariéSimulation.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mon-entreprise/source/sites/mon-entreprise.fr/pages/Simulateurs/SalariéSimulation.tsx b/mon-entreprise/source/sites/mon-entreprise.fr/pages/Simulateurs/SalariéSimulation.tsx index 49c842d20..26b1ce5f1 100644 --- a/mon-entreprise/source/sites/mon-entreprise.fr/pages/Simulateurs/SalariéSimulation.tsx +++ b/mon-entreprise/source/sites/mon-entreprise.fr/pages/Simulateurs/SalariéSimulation.tsx @@ -35,6 +35,10 @@ export default function SalariéSimulation() { />
+ + {/** L'équipe Code Du Travail Numérique ne souhaite pas référencer + * le simulateur dirigeant de SASU sur son site. */} + {!document.referrer?.includes('code.travail.gouv.fr') && ( Vous êtes dirigeant d'une SAS(U) ?{' '} @@ -43,6 +47,7 @@ export default function SalariéSimulation() { + )} ) }