feat(BOOK-53): Added component for SEO filters and support filter switching
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -37,7 +37,7 @@ export default function DestinationDataProviderContent({
|
||||
filters.push(...filterParam.split("&"))
|
||||
}
|
||||
|
||||
updateActiveFiltersAndSort(filters, sort)
|
||||
updateActiveFiltersAndSort(filters, sort, filterFromUrl)
|
||||
}, [params, updateActiveFiltersAndSort, basePath])
|
||||
|
||||
return <>{children}</>
|
||||
|
||||
Reference in New Issue
Block a user