service page updated for multiple data
This commit is contained in:
@@ -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 !== "");
|
||||
|
||||
Reference in New Issue
Block a user