diff --git a/frontend/components/global/CategoryCard.vue b/frontend/components/global/CategoryCard.vue index 7f7176d..ce29d50 100644 --- a/frontend/components/global/CategoryCard.vue +++ b/frontend/components/global/CategoryCard.vue @@ -23,10 +23,10 @@ const { colorObject } = useImageColor(`#category-image-${id.value}`); diff --git a/frontend/components/global/product/StickyCard.vue b/frontend/components/global/product/StickyCard.vue index 1a183ae..f40021a 100644 --- a/frontend/components/global/product/StickyCard.vue +++ b/frontend/components/global/product/StickyCard.vue @@ -6,7 +6,7 @@ type Props = { picture: string; title: string; color: string; - price: number; + price: string; } // props diff --git a/frontend/components/global/products/FilterProducts.vue b/frontend/components/global/products/FilterProducts.vue index cf176e0..148d182 100644 --- a/frontend/components/global/products/FilterProducts.vue +++ b/frontend/components/global/products/FilterProducts.vue @@ -99,14 +99,14 @@ watch(