fix
This commit is contained in:
parent
6fa2d5810a
commit
e9b32486b3
1 changed files with 1 additions and 1 deletions
|
@ -67,5 +67,5 @@ export const getProductAvailabilityVariables = ({
|
|||
}: ProductAvailabilityArgs) => ({
|
||||
isAvailable: isAvailableForPurchase,
|
||||
productId,
|
||||
startDate: availableForPurchase
|
||||
startDate: availableForPurchase || null
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue