changed offer_uid to job_uid #497

Merged
ameye merged 1 commits from Server-path-added into master 2023-11-06 23:33:16 +00:00
+1 -1
View File
@@ -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 (
<>