diff --git a/src/components/OffersInterest/ManageInterestOffer.jsx b/src/components/OffersInterest/ManageInterestOffer.jsx index ebfd07e..536fa00 100644 --- a/src/components/OffersInterest/ManageInterestOffer.jsx +++ b/src/components/OffersInterest/ManageInterestOffer.jsx @@ -105,8 +105,8 @@ export default function ManageInterestOffer(props) { useEffect(()=>{ //API to get Offer Interest message list let reqData = { // API PAYLOADS msg_type: 'MRKTINT', - offer_uid: props.offerDetails.offer_uid, - interest_uid: props.offerDetails.interest_uid + offer_uid: props.offerDetails?.offer_uid, + interest_uid: props.offerDetails?.interest_uid } setMessageList(prev => ({...prev, loading: true})) apiCall.offerInterestListMsg(reqData).then(res=>{ @@ -359,6 +359,7 @@ export default function ManageInterestOffer(props) { {/* END OF manage offer section */} + {props.othersInterestedList?.data?.length ?
No Offer list avaliable.
- -No list avaliable.