mirror of
https://github.com/vercel/commerce.git
synced 2025-06-29 09:51:22 +00:00
Ooops!
This commit is contained in:
parent
50f403b2d4
commit
25b275cead
@ -35,7 +35,7 @@ export default function Cart() {
|
||||
return (
|
||||
<div className="px-4 pt-2 sm:px-6 flex-1">
|
||||
<Text variant="pageHeading">My Cart</Text>
|
||||
{true ? (
|
||||
{isLoading ? (
|
||||
<CartSkeleton />
|
||||
) : isError ? (
|
||||
<div className="mt-2">Failed to load</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user