Skip to content

Commit 343605a

Browse files
authored
trigger ci
1 parent 3cf166f commit 343605a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/[locale]/(app)/explore/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const ExplorePage: FC<LocaleRouteParams> = async ({ params }) => {
4747
}))
4848

4949
groups
50-
.filter((group) => group.id !== 2) // TODO: Temporarily disabled "Punts d'oci i esport naturals"
50+
.filter((group) => group.id !== 2) // TODO: Temporarily disabled "Punts d'oci i esport naturals". Enable it later.
5151
.splice(1, 0, {
5252
name: t('category-groups.routes'),
5353
id: 9999999,

0 commit comments

Comments
 (0)