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