diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-05 09:54:22 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-05 09:54:22 +0700 |
| commit | 760a7199aafb1d7f995611f9b6bca1379dfc4b65 (patch) | |
| tree | 5cc356783a8db406c3afa177990e77d7c18b2c5b /src/lib/checkout/components | |
| parent | e72c16eb549488e1ed847b022880f542d2a9c525 (diff) | |
hide checkbox if source != cart
Diffstat (limited to 'src/lib/checkout/components')
| -rw-r--r-- | src/lib/checkout/components/Checkout.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 6b7852f2..e2c1a85b 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -989,7 +989,6 @@ const Checkout = () => { <div className='p-4'> <div className='font-medium'>Detail Pesanan</div> - <CardProdcuctsList isLoading={isLoading} products={products} /> {/* <table className='table-checkout'> |
