From a672f6eb9dfa78c1d8d68e05c261ff3ec15c446a Mon Sep 17 00:00:00 2001 From: Alan Pledger Date: Thu, 16 Jan 2025 11:29:46 -0500 Subject: [PATCH] fix: remove pending --- apps/web/vibes/soul/sections/cart/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web/vibes/soul/sections/cart/index.tsx b/apps/web/vibes/soul/sections/cart/index.tsx index 5683931b1..7f5e96994 100644 --- a/apps/web/vibes/soul/sections/cart/index.tsx +++ b/apps/web/vibes/soul/sections/cart/index.tsx @@ -28,7 +28,6 @@ export function Cart({ interface CartSkeletonProps { className?: string; - pending?: boolean; placeholderCount?: number; summaryPlaceholderCount?: number; title?: string; @@ -36,7 +35,6 @@ interface CartSkeletonProps { } export function CartSkeleton({ - pending = false, title = 'Cart', summaryTitle = 'Summary', placeholderCount = 2, @@ -45,7 +43,7 @@ export function CartSkeleton({ return ( +

{summaryTitle}

@@ -77,7 +75,7 @@ export function CartSkeleton({ sidebarPosition="after" sidebarSize="1/3" > -
+

{title}