Ajoute le simulateur covid dans la recherche et dans les stats

pull/2085/head
Johan Girod 2022-04-04 10:04:29 +02:00
parent c6176f5764
commit 2784b55c21
2 changed files with 11 additions and 3 deletions

View File

@ -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}

View File

@ -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(