diff --git a/frontend/components/global/product/ProductCard.vue b/frontend/components/global/product/ProductCard.vue index 13fde84..84939d7 100644 --- a/frontend/components/global/product/ProductCard.vue +++ b/frontend/components/global/product/ProductCard.vue @@ -11,7 +11,6 @@ import { useImageColor } from "~/composables/global/useImageColor"; type Props = { id: number, - brand: string; title: string; colors: string[]; price: string; @@ -67,9 +66,9 @@ const { colorObject } = useImageColor(`#product-image-${id.value}`); >