We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf166f commit 343605aCopy full SHA for 343605a
src/app/[locale]/(app)/explore/page.tsx
@@ -47,7 +47,7 @@ const ExplorePage: FC<LocaleRouteParams> = async ({ params }) => {
47
}))
48
49
groups
50
- .filter((group) => group.id !== 2) // TODO: Temporarily disabled "Punts d'oci i esport naturals"
+ .filter((group) => group.id !== 2) // TODO: Temporarily disabled "Punts d'oci i esport naturals". Enable it later.
51
.splice(1, 0, {
52
name: t('category-groups.routes'),
53
id: 9999999,
0 commit comments