changed offer_uid to job_uid #497
@@ -26,7 +26,7 @@ export default function AvailableJobsCard({
|
||||
|
||||
const image = `${image_server}${localStorage.getItem(
|
||||
"session_token"
|
||||
)}/job/${datas.offer_uid}`;
|
||||
)}/job/${datas.job_uid}`;
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user