From 5f14d96122903014ad191a6232fa5bcff9af9b8b Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Tue, 28 Jan 2025 00:26:19 +0330 Subject: [PATCH] Updated --- frontend/components/global/product/StickyCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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