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,