Skip to content

Commit

Permalink
(PC-33800) feat(contentful): add 'Musique' label for Contentful (#7478)
Browse files Browse the repository at this point in the history
Co-authored-by: thconte <[email protected]>
  • Loading branch information
tconte-pass and tconte-pass authored Jan 6, 2025
1 parent 074f0b5 commit 20d6dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/noUncheckedIndexedAccess_snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
./src/features/venue/components/OpeningHoursStatus/OpeningHoursStatus.native.test.tsx:68
./src/features/venueMap/store/selectedVenueStore.native.test.ts:20
./src/features/venueMap/store/selectedVenueStore.native.test.ts:31
./src/libs/algolia/fetchAlgolia/buildAlgoliaParameters/getCategoriesFacetFilters.ts:25
./src/libs/algolia/fetchAlgolia/buildAlgoliaParameters/getCategoriesFacetFilters.ts:26
./src/libs/hooks/useShowReview.native.test.tsx:114
./src/libs/hooks/useTimer.native.test.ts:34
./src/libs/hooks/useTimer.native.test.ts:53
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const CONTENTFUL_LABELS: Record<string, SearchGroupNameEnumv2> = {
['Livres']: SearchGroupNameEnumv2.LIVRES,
['Médias & presse']: SearchGroupNameEnumv2.MEDIA_PRESSE,
['Musées & visites culturelles']: SearchGroupNameEnumv2.MUSEES_VISITES_CULTURELLES,
['Musique']: SearchGroupNameEnumv2.MUSIQUE,
['Spectacles']: SearchGroupNameEnumv2.SPECTACLES,
}

Expand Down

0 comments on commit 20d6dfd

Please sign in to comment.