mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Fix cart removal
This commit is contained in:
@@ -42,7 +42,7 @@ const CartSidebarView: FC = () => {
|
||||
</header>
|
||||
|
||||
{isEmpty ? (
|
||||
<div className="flex-shrink-0 px-4 border-t border-gray-200 py-5 sm:px-6">
|
||||
<div className="flex-shrink-0 px-4 border-gray-200 py-5 sm:px-6">
|
||||
<Button>Continue Shopping</Button>
|
||||
</div>
|
||||
) : (
|
||||
|
Reference in New Issue
Block a user