Skip to content

Commit

Permalink
Fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Jan 23, 2025
1 parent e0a6e4b commit 2ab25e1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}}
/>
</Grid>
Expand Down Expand Up @@ -320,7 +320,7 @@ function HousingListFiltersSidemenu(props: Props) {
{ intercommunalities: values.map((value) => value.id) },
'Intercommunalité'
);
posthog.capture('filtre-commune');
posthog.capture('filtre-intercommunalite');
}
}
}}
Expand Down Expand Up @@ -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');
}}
/>
</Grid>
Expand Down Expand Up @@ -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');
}}
/>
</Grid>
Expand Down

0 comments on commit 2ab25e1

Please sign in to comment.