From c7a5583d26093e0e089f83ce08c8ad488cfd7343 Mon Sep 17 00:00:00 2001 From: Peter Mekhaeil Date: Fri, 29 Jan 2021 00:20:56 +0800 Subject: [PATCH] add missing comment to documentation --- framework/shopify/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/shopify/README.md b/framework/shopify/README.md index 037f3a977..2430ce9d7 100644 --- a/framework/shopify/README.md +++ b/framework/shopify/README.md @@ -52,6 +52,7 @@ These modifications are temporarily until contributions are made to remove them. #### Adding item to Cart ```js +// components/product/ProductView/ProductView.tsx const ProductView: FC = ({ product }) => { const addToCart = async () => { setLoading(true)