diff --git a/package.json b/package.json index 8b26a3e7..c2bde99a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "that-us", - "version": "3.11.19", + "version": "3.11.20", "description": "THAT.us website", "main": "index.js", "type": "module", diff --git a/src/_components/activities/List.svelte b/src/_components/activities/List.svelte index d849b1b7..f5108535 100644 --- a/src/_components/activities/List.svelte +++ b/src/_components/activities/List.svelte @@ -88,7 +88,8 @@ $: primaryCategorySort = activitiesFiltered.filter( (activity) => (activity.category == 'FAMILY' ? family : false) || - (activity.category == 'PROFESSIONAL' ? professional : false) + (activity.category == 'PROFESSIONAL' ? professional : false) || + activities.category == null ); $: activitiesLocationCategoryFiltered = primaryCategorySort.filter(