mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Implement Cart API for cart & wishlish
This commit is contained in:
@@ -37,6 +37,7 @@ const ProductSidebar: FC<ProductSidebarProps> = ({ product, className }) => {
|
||||
setLoading(false)
|
||||
} catch (err) {
|
||||
setLoading(false)
|
||||
console.error(err)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user