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