We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c01f9b commit 84a4003Copy full SHA for 84a4003
src/components/Product/AddToCart.component.tsx
@@ -92,7 +92,7 @@ const AddToCart = ({
92
variationId,
93
fullWidth = false,
94
}: IProductRootObject) => {
95
- const { cart, setCart, isLoading: isCartLoading } = useCartStore();
+ const { setCart, isLoading: isCartLoading } = useCartStore();
96
const [requestError, setRequestError] = useState<boolean>(false);
97
98
const productId = product?.databaseId ? product?.databaseId : variationId;
0 commit comments