Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Commit

Permalink
Fix date type
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechdev committed Aug 28, 2020
1 parent c093b08 commit 41065e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProductDescription/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ interface ProductDescriptionProps extends WrappedComponentProps {
items: ICheckoutModelLine[];
queryAttributes: Record<string, string>;
isAvailableForPurchase: boolean | null;
availableForPurchase: any | null;
availableForPurchase: string | null;
addToCart(varinatId: string, quantity?: number): void;
setVariantId(variantId: string);
onAttributeChangeHandler(slug: string | null, value: string): void;
Expand Down

0 comments on commit 41065e4

Please sign in to comment.