Merge branch 'family-image' of WrenchBoard/Users-Wrench into master
This commit is contained in:
@@ -77,7 +77,7 @@ export default function FamilyTable({
|
|||||||
>
|
>
|
||||||
<td className="py-4">
|
<td className="py-4">
|
||||||
<div className="flex space-x-2 items-center w-full">
|
<div className="flex space-x-2 items-center w-full">
|
||||||
<div className="w-[60px] h-[60px] rounded-full overflow-hidden flex justify-center items-center flex-[0.1]">
|
<div className="w-[60px] h-[60px] rounded-full overflow-hidden flex justify-center items-center">
|
||||||
<img
|
<img
|
||||||
// src={profile_picture}
|
// src={profile_picture}
|
||||||
src={image || profile_picture || localImgLoad(`images/icons/${banner}`)}
|
src={image || profile_picture || localImgLoad(`images/icons/${banner}`)}
|
||||||
|
|||||||
@@ -386,7 +386,7 @@ const [requestStatus, setRequestStatus] = useState({message:'', status:false})
|
|||||||
}}
|
}}
|
||||||
</Formik>
|
</Formik>
|
||||||
|
|
||||||
{ process.env.REACT_APP_SHOW_OFFER_GROUP_JOB != 0 &&
|
{/* { process.env.REACT_APP_SHOW_OFFER_GROUP_JOB != 0 && } */}
|
||||||
<Formik
|
<Formik
|
||||||
initialValues={initialValues}
|
initialValues={initialValues}
|
||||||
validationSchema={validationSchema.fields.group}
|
validationSchema={validationSchema.fields.group}
|
||||||
@@ -417,7 +417,6 @@ const [requestStatus, setRequestStatus] = useState({message:'', status:false})
|
|||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
</Formik>
|
</Formik>
|
||||||
}
|
|
||||||
</div>
|
</div>
|
||||||
{/* END OF ACTION SECTION */}
|
{/* END OF ACTION SECTION */}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user