fix(SW-3075): Fixed issue where URLs rendered differently in source HTML in compared to client
Approved-by: Matilda Landström
This commit is contained in:
@@ -10,6 +10,7 @@ export interface Filter {
|
||||
name: string
|
||||
slug: string
|
||||
filterType: string
|
||||
sortOrder: number
|
||||
}
|
||||
|
||||
export interface CategorizedFilters {
|
||||
|
||||
@@ -11,4 +11,5 @@ export interface DestinationDataProviderProps extends React.PropsWithChildren {
|
||||
allFilters: CategorizedFilters
|
||||
filterFromUrl?: string
|
||||
sortItems: SortItem[]
|
||||
pathname: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user