From 2ab25e11244de8dcc2ea0627f1f02c098a969dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUILLOIS?= Date: Wed, 22 Jan 2025 17:52:46 +0100 Subject: [PATCH] Fix: typos --- .../HousingListFilters/HousingListFiltersSidemenu.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/HousingListFilters/HousingListFiltersSidemenu.tsx b/frontend/src/components/HousingListFilters/HousingListFiltersSidemenu.tsx index d85ad9124..88f4725f7 100644 --- a/frontend/src/components/HousingListFilters/HousingListFiltersSidemenu.tsx +++ b/frontend/src/components/HousingListFilters/HousingListFiltersSidemenu.tsx @@ -249,7 +249,7 @@ function HousingListFiltersSidemenu(props: Props) { initialValues={filters.campaignsCounts} onChange={(values) => { onChangeFilters({ campaignsCounts: values }, 'Prise de contact'); - posthog.capture('filtre-sources-millesimes-exclu'); + posthog.capture('filtre-prise-de-contact'); }} /> @@ -320,7 +320,7 @@ function HousingListFiltersSidemenu(props: Props) { { intercommunalities: values.map((value) => value.id) }, 'Intercommunalité' ); - posthog.capture('filtre-commune'); + posthog.capture('filtre-intercommunalite'); } } }} @@ -591,7 +591,7 @@ function HousingListFiltersSidemenu(props: Props) { { multiOwners: values?.map((value) => value === 'true') }, 'Multi-propriétaire' ); - posthog.capture('filtre-multi-propriétaire'); + posthog.capture('filtre-multi-proprietaire'); }} /> @@ -642,7 +642,7 @@ function HousingListFiltersSidemenu(props: Props) { { dataFileYearsExcluded: values }, 'Sources et millésime exclus' ); - posthog.capture('filtre-sources-millesimes-exclu'); + posthog.capture('filtre-sources-millesimes-exclus'); }} />