Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciabad authored Mar 26, 2024
1 parent 7b29b35 commit f613cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(app)/explore/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ const ExplorePage: FC<LocaleRouteParams> = async ({ params }) => {
})

const groups: CategoryGroupListItem[] = categoryGroups
.filter((group) => group.id !== 2) // TODO: Temporarily disabled "Punts d'oci i esport naturals". Enable it later.
.map((group) => ({
...group,
categories: group.placeCategories,
type: 'place',
}))
.filter((group) => group.id !== 2) // TODO: Temporarily disabled "Punts d'oci i esport naturals". Enable it later.

groups.splice(1, 0, {
name: t('category-groups.routes'),
Expand Down

0 comments on commit f613cd6

Please sign in to comment.