diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-09-25 02:25:05 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-09-25 02:25:05 +0000 |
| commit | 4dd36eae093058fe328535f9a8ce81380a06c142 (patch) | |
| tree | 0132ae665bbae51e83c32bd4b52d241e8a2818c4 /src | |
| parent | cd754fa2caa4399517be995956d3487a0a7f66fb (diff) | |
| parent | 4d329fbe4ecadd7864809f340d9e4f46d910e418 (diff) | |
Merged in Feature/popup_cart (pull request #78)
delete coponent summary product
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/cart/components/Cartheader.jsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx index d330ccb6..cbe7c7e1 100644 --- a/src/lib/cart/components/Cartheader.jsx +++ b/src/lib/cart/components/Cartheader.jsx @@ -8,7 +8,6 @@ import { useRouter } from 'next/router' import odooApi from '@/core/api/odooApi' import { useProductCartContext } from '@/contexts/ProductCartContext' import whatsappUrl from '@/core/utils/whatsappUrl' -import SummaryProduct from '@/core/components/elements/Product/SummaryProduct' const { ShoppingCartIcon, PhotoIcon } = require('@heroicons/react/24/outline') const { default: Link } = require('next/link') @@ -132,7 +131,6 @@ const Cardheader = (cartCount) => { </Link> </div> <hr className='mt-3 mb-3 border border-gray-100' /> - {/* <SummaryProduct products = {products} isLoading={isLoading} itemLoading = {itemLoading}/> */} <div className='flow-root max-h-[250px] overflow-y-auto'> {!auth && ( <div className='justify-center p-4'> |
