diff --git a/Components/MyWishlist.tsx b/Components/MyWishlist.tsx index ce2e2d3..a42caa5 100644 --- a/Components/MyWishlist.tsx +++ b/Components/MyWishlist.tsx @@ -183,9 +183,9 @@ const MyWishlistPage = ({ initialData, userId }: MyWishlistPageProps) => { ) : wishlistItems.length === 0 ? ( /* Empty State */ -