diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-04 10:05:25 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-04 10:05:25 +0700 |
| commit | 67398e6f10d6f7729d8f1ace7005ef13d32c5ddd (patch) | |
| tree | 7d47ad6c1a7093e595e22bcecb40016a626162f6 /src-migrate/modules/cart/components/Detail.tsx | |
| parent | 89f32128f37d99b490de7590e2116a9cfd853f89 (diff) | |
Update promotion program feature
Diffstat (limited to 'src-migrate/modules/cart/components/Detail.tsx')
| -rw-r--r-- | src-migrate/modules/cart/components/Detail.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/cart/components/Detail.tsx b/src-migrate/modules/cart/components/Detail.tsx index c9de086b..ccb0bb4d 100644 --- a/src-migrate/modules/cart/components/Detail.tsx +++ b/src-migrate/modules/cart/components/Detail.tsx @@ -38,7 +38,6 @@ const CartDetail = () => { return ( <div className={style.wrapper}> <div className='w-full md:w-3/4'> - {/* <div className='border border-gray-300 rounded-lg p-4 md:p-6'> */} <div className=''> <div className='text-h-lg font-semibold mb-6'>Keranjang Belanja</div> <div className='grid grid-cols-1 gap-y-4'> |
