summaryrefslogtreecommitdiff
path: root/src/pages/shop/cart.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/shop/cart.jsx')
-rw-r--r--src/pages/shop/cart.jsx5
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>
)