From 1f2c4bfb099c759e1dd4c43dbdc468e2e2d0df98 Mon Sep 17 00:00:00 2001 From: yurytut1993 Date: Thu, 20 Jun 2024 00:22:51 +0300 Subject: [PATCH] update media queries for wishlist items --- .../_components/wishlist-content/wishlist-book.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx b/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx index 3b483f176..8401a2ee3 100644 --- a/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx +++ b/core/app/[locale]/(default)/account/[tab]/_components/wishlist-content/wishlist-book.tsx @@ -46,14 +46,14 @@ const QuantityDisplay = ({ itemsLength }: WishlistItems) => { return ( <> {smItems > 0 && ( -
-
+
+
+{smItems}
)} {mdItems > 0 && ( -
+
+{mdItems}
@@ -100,9 +100,9 @@ const Wishlist = ({ onDeleteWishlist, wishlist: { items, entityId, name } }: Wis const defaultImage = product.images.find(({ isDefault }) => isDefault); return ( -
  • +
  • -
    +
    {defaultImage ? (