diff --git a/components/pages/products/filter/filter.tsx b/components/pages/products/filter/filter.tsx index 29bbd32..26fa42d 100644 --- a/components/pages/products/filter/filter.tsx +++ b/components/pages/products/filter/filter.tsx @@ -224,7 +224,7 @@ export default function Filter() { {/* Bo'lim filtri check */} - {visibleSectionData && visibleSectionData.length > 0 && ( + {/*{visibleSectionData && visibleSectionData.length > 0 && (
{t("section")} @@ -259,7 +259,7 @@ export default function Filter() { {dataExpanded ? t("hide") : t("show_more")}