service page updated for multiple data

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-17 19:12:52 +05:00
parent 974d31c096
commit 137dc3e7c2
18 changed files with 323 additions and 138 deletions

View File

@@ -21,7 +21,6 @@ export function Breadcrumb({
const category = useCategory((state) => state.category);
const subCategory = useSubCategory((state) => state.subCategory);
const product = useProductPageInfo((state) => state.product);
console.log("sub category: ", subCategory);
// Pathdan segments olish
const segments = pathname.split("/").filter((segment) => segment !== "");