mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
See if cart is empty
This commit is contained in:
@@ -3,9 +3,14 @@ import { UserNav } from '@components/core'
|
||||
import { Button } from '@components/ui'
|
||||
import { Trash, Cross } from '@components/icon'
|
||||
import { useUI } from '@components/ui/context'
|
||||
import { useCart } from '@lib/bigcommerce/cart'
|
||||
|
||||
const CartSidebarView: FC = () => {
|
||||
const { data, isEmpty } = useCart()
|
||||
const { closeSidebar } = useUI()
|
||||
|
||||
console.log('CART', data, isEmpty)
|
||||
|
||||
return (
|
||||
<>
|
||||
<header className="px-4 py-6 sm:px-6 border-b border-gray-200">
|
||||
|
Reference in New Issue
Block a user