diff --git a/src/app/(profile)/profile-edit/page.tsx b/src/app/(profile)/profile-edit/page.tsx index ead32f3..900fe9e 100644 --- a/src/app/(profile)/profile-edit/page.tsx +++ b/src/app/(profile)/profile-edit/page.tsx @@ -212,7 +212,7 @@ const UserProfileForm: React.FC = () => {
- - -
-
- {item.productName} - Seller: {item.seller} - {item.price}{item.currency} -
-
-
- - {item.wishes} +
+ + {wish.product.productName} +
-
- - {item.price}{item.currency} +
+ {wish.product.productName} +
+
+ + {wish.product.stockLevel} +
+
+ + {wish.product.productPrice} {wish.product.productCurrency} +
+
-
- ))} + )) + )}
+ ); } -export default Wishlist; \ No newline at end of file +export default Wishlist;