Merge branch 'Server-path-added' of WrenchBoard/Users-Wrench into master
This commit is contained in:
@@ -26,7 +26,7 @@ export default function AvailableJobsCard({
|
|||||||
|
|
||||||
const image = `${image_server}${localStorage.getItem(
|
const image = `${image_server}${localStorage.getItem(
|
||||||
"session_token"
|
"session_token"
|
||||||
)}/profile/${datas.offer_uid}`;
|
)}/job/${datas.offer_uid}`;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user