Fix tracking

pull/2529/head
Jérémy Rialland 2023-03-02 17:16:19 +01:00 committed by Johan Girod
parent c4e1ca3498
commit b4b620dc38
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,9 @@ export function pourMonEntrepriseConfig({
'Simulateurs et assistants adaptés à votre entreprise'
),
},
tracking: {},
tracking: {
chapter1: 'gerer',
},
component: PourMonEntreprise as () => JSX.Element, // avoid types loop error
} as const)
}