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 ? ( -
{item?.client_name}