add extra group price
This commit is contained in:
@@ -168,7 +168,7 @@ export default function Variants({
|
||||
return {
|
||||
value: value,
|
||||
label: value,
|
||||
price: variant ? `+${variant.price}` : "",
|
||||
price: variant ? `+${Number(variant.price).toFixed(2)}` : "",
|
||||
};
|
||||
})}
|
||||
value={selectedVariants[index] || ""}
|
||||
|
||||
Reference in New Issue
Block a user