fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user