Skip to content

Commit

Permalink
fix: hide shows from collections filter menu
Browse files Browse the repository at this point in the history
Keeping show names here makes it impossible to filter for a specific
brand name. The show names include the brand name. Anyways, currently,
the shows map 1-1 with collections so this is kinda useless.
  • Loading branch information
nicholaschiang committed Nov 23, 2024
1 parent 0b52f15 commit c918de4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/routes/_wardrobe.collections._index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const hiddenFields: CollectionFilterName[] = [
'brandId',
'seasonId',
'products',
'shows',
]

export default function CollectionsPage() {
Expand Down

0 comments on commit c918de4

Please sign in to comment.