diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-06 11:59:03 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-06 11:59:03 +0700 |
| commit | 78d02a2392924d5d4a21206fb52f627251883af8 (patch) | |
| tree | b1cda7f12961508065b5ddedcfa757ea6ec0ff4e /src/pages/shop/cart.jsx | |
| parent | 66f1fb98cf450c98fca14fd76809ff99c52533e6 (diff) | |
fix
Diffstat (limited to 'src/pages/shop/cart.jsx')
| -rw-r--r-- | src/pages/shop/cart.jsx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pages/shop/cart.jsx b/src/pages/shop/cart.jsx index 97f98843..7e78f215 100644 --- a/src/pages/shop/cart.jsx +++ b/src/pages/shop/cart.jsx @@ -5,7 +5,10 @@ const CartComponent = dynamic(() => import('@/lib/cart/components/Cart')) export default function Cart() { return ( - <AppLayout title='Keranjang'> + <AppLayout + title='Keranjang' + withFooter={false} + > <CartComponent /> </AppLayout> ) |
