+
{filtersData?.categories && filtersData.categories.length > 0 && (
{filtersData.categories.map((category) => (
@@ -76,7 +77,7 @@ export default function CollectionFilters({
)}
-
+ {/*
onPriceSortChange("highToLow")}
label={translations.price_high_to_low}
/>
-
+ */}
-
@@ -122,9 +128,9 @@ function FilterSection({
children: React.ReactNode;
}) {
return (
-
-
{title}
-
{children}
+
);
}
@@ -139,9 +145,15 @@ function CheckboxItem({
label: string;
}) {
return (
-