added game link to env file
This commit is contained in:
@@ -273,8 +273,7 @@ function ActiveJobsMedia(props) {
|
||||
return (
|
||||
<MediaLayout
|
||||
backpath={props.details.pathname}
|
||||
title={props.details?.title && props.details.title}
|
||||
state={props.details.accountDetails}
|
||||
title={props.details?.title ? props.details.title : ''}
|
||||
>
|
||||
{/* job title */}
|
||||
{/* <div className="py-[20px] bg-white dark:bg-black dark:text-white px-4 rounded-2xl shadow-md md:flex justify-between items-start gap-16">
|
||||
|
||||
Reference in New Issue
Block a user