diff --git a/src/components/OffersInterest/OthersInterestedTable.jsx b/src/components/OffersInterest/OthersInterestedTable.jsx index dd9933f..aa2ced7 100644 --- a/src/components/OffersInterest/OthersInterestedTable.jsx +++ b/src/components/OffersInterest/OthersInterestedTable.jsx @@ -56,13 +56,18 @@ export default function OthersInterestTable({othersInterestedList, className}) {
{currentOthersInterestedList?.map((item, index) => { + const image = localStorage.getItem("session_token") + ? `${othersInterestedList.imageServer}${localStorage.getItem("session_token")}/job/${ + item.job_uid + }` + : ""; return (