diff --git a/frontend/components/global/product/Accordion.vue b/frontend/components/global/product/Accordion.vue index 1ddbf6a..edf8e16 100644 --- a/frontend/components/global/product/Accordion.vue +++ b/frontend/components/global/product/Accordion.vue @@ -1,11 +1,9 @@ \ No newline at end of file + diff --git a/frontend/types/global.d.ts b/frontend/types/global.d.ts index 1c1bfbe..27ec9c7 100644 --- a/frontend/types/global.d.ts +++ b/frontend/types/global.d.ts @@ -70,7 +70,7 @@ declare global { type ProductDetail = { id: number; - detail: ProductDetailItem[]; + details: ProductDetailItem[]; detail_category: number; };