Skip to content

Commit acf69bc

Browse files
committed
Remove any
1 parent cd621ac commit acf69bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refactor/src/components/Product/AddToCart.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ interface IVariationNodes {
4949
stockQuantity: number;
5050
purchasable: boolean;
5151
onSale: boolean;
52-
salePrice?: any;
52+
salePrice?: string;
5353
regularPrice: string;
5454
}
5555

0 commit comments

Comments
 (0)