This commit is contained in:
2026-05-15 16:54:09 +02:00
parent 04671637d2
commit 58b9a0827f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ interface ProductCardProps {
category: string;
stock: number;
unit?: string;
prices?: Array<{ quantity: number; price: number }>;
prices?: Array<{ quantity: number; price: number; active_price?: boolean }>;
media?: Array<{ url: string; type: string }>;
};
onPress: () => void;