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