Skip to content

Commit

Permalink
update placeholderData for CINE_VENTE_DISTANCE
Browse files Browse the repository at this point in the history
  • Loading branch information
tconte-pass committed Oct 31, 2024
1 parent 62163c8 commit d013c11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/subcategories/fixtures/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const subcategoriesMappingSnap = {
categoryId: 'CINEMA',
homepageLabelName: 'CINEMA',
isEvent: false,
nativeCategoryId: 'SEANCES_DE_CINEMA',
nativeCategoryId: 'CARTES_CINEMA',
onlineOfflinePlatform: 'ONLINE',
searchGroupName: 'CINEMA',
},
Expand Down
2 changes: 1 addition & 1 deletion src/libs/subcategories/placeholderData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export const PLACEHOLDER_DATA: SubcategoriesResponseModelv2 = {
homepageLabelName: HomepageLabelNameEnumv2.CINEMA,
isEvent: false,
onlineOfflinePlatform: OnlineOfflinePlatformChoicesEnumv2.ONLINE,
nativeCategoryId: NativeCategoryIdEnumv2.SEANCES_DE_CINEMA,
nativeCategoryId: NativeCategoryIdEnumv2.CARTES_CINEMA,
},
{
id: SubcategoryIdEnumv2.CONCERT,
Expand Down

0 comments on commit d013c11

Please sign in to comment.