zgl 1 周之前
父節點
當前提交
59be07bf6d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/catalog/product/RelatedProductsSection.tsx

+ 1 - 1
src/components/catalog/product/RelatedProductsSection.tsx

@@ -11,7 +11,7 @@ export async function RelatedProductsSection({
     async function getRelatedProduct(urlKey: string) {
       try {
         const {data:dataById} = await cachedProductRequest<SingleProductResponse>(
-          urlKey,
+          // urlKey,
           GET_RELATED_PRODUCTS,
           {
             urlKey: urlKey,