From 6df489a0c28e2dd4d3294bfdfeddfc0bef816a58 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 14 Jun 2023 15:36:16 +0100 Subject: [PATCH] price and client name added --- .../OffersInterest/OffersInterestTable.jsx | 151 +++++++++--------- 1 file changed, 76 insertions(+), 75 deletions(-) diff --git a/src/components/OffersInterest/OffersInterestTable.jsx b/src/components/OffersInterest/OffersInterestTable.jsx index bb0f035..176586f 100644 --- a/src/components/OffersInterest/OffersInterestTable.jsx +++ b/src/components/OffersInterest/OffersInterestTable.jsx @@ -11,8 +11,6 @@ export default function OffersInterestTable({offerInterestList, className}) { const navigate = useNavigate(); let { pathname } = useLocation(); - - console.log('TESTING',offerInterestList?.data) const filterCategories = ["All Categories", "Explore", "Featured"]; const [selectedCategory, setCategory] = useState(filterCategories[0]); @@ -35,7 +33,7 @@ export default function OffersInterestTable({offerInterestList, className}) { > {offerInterestList?.loading ? ( -
+
) @@ -65,7 +63,7 @@ export default function OffersInterestTable({offerInterestList, className}) { />
-

+

{item?.title}

{item?.expire} @@ -74,84 +72,87 @@ export default function OffersInterestTable({offerInterestList, className}) {
- - - - - - - - - - - + {/* + + + + + + + + + + 7473 ETH - + */} +

{item?.client_name}

- - - - - - - - - + + + + + + + + + {/* 6392.99$ - + */} + {item?.price} + {item?.currency}