diff --git a/src/pages/kind/[...kindPath].astro b/src/pages/kind/[...kindPath].astro index 1156457..08f6eb2 100644 --- a/src/pages/kind/[...kindPath].astro +++ b/src/pages/kind/[...kindPath].astro @@ -53,9 +53,7 @@ const categorySlug = getKindToCategorySlug( pathSlug ) if ( !!categorySlug ) { const category = categories[ categorySlug ] - const baseFilters = [ - makeCategoryFilterFromCategorySlug( categorySlug ), - ] + baseFilters.push( makeCategoryFilterFromCategorySlug( categorySlug ) ) pageLabel = category?.pluralLabel || category.label }