Ajoute le simulateur covid dans la recherche et dans les stats
parent
c6176f5764
commit
2784b55c21
|
@ -1,3 +1,4 @@
|
|||
import { TrackPage } from '@/ATInternetTracking'
|
||||
import { ExplicableRule } from '@/components/conversation/Explicable'
|
||||
import RuleInput from '@/components/conversation/RuleInput'
|
||||
import {
|
||||
|
@ -60,12 +61,20 @@ export const ExonérationCovid = () => {
|
|||
<SituationStateProvider value={situationState}>
|
||||
{step2 ? (
|
||||
engine.evaluate('secteur').nodeValue !== 'S2' ? (
|
||||
<FormulaireS1S1Bis onChange={updateSituation} />
|
||||
<>
|
||||
<TrackPage name="S1_S1bis" />
|
||||
<FormulaireS1S1Bis onChange={updateSituation} />
|
||||
</>
|
||||
) : (
|
||||
<FormulaireS2 onChange={updateSituation} />
|
||||
<>
|
||||
<TrackPage name="S2" />
|
||||
|
||||
<FormulaireS2 onChange={updateSituation} />
|
||||
</>
|
||||
)
|
||||
) : (
|
||||
<>
|
||||
<TrackPage name="accueil" />
|
||||
<Grid item xs={12}>
|
||||
<H3>
|
||||
{engine.getRule('secteur').rawNode.question}
|
||||
|
|
|
@ -702,7 +702,6 @@ const metadataSrc = (t: TFunction<'translation', string>) => {
|
|||
icône: '😷',
|
||||
tracking: 'exoneration_covid',
|
||||
iframePath: 'exoneration-covid',
|
||||
private: true,
|
||||
pathId: 'simulateurs.exonération-covid',
|
||||
meta: {
|
||||
title: t(
|
||||
|
|
Loading…
Reference in New Issue