made quick job link hidden in family account

This commit was merged in pull request #587.
This commit is contained in:
victorAnumudu
2024-02-27 18:57:16 +01:00
parent 9f02395214
commit 33832fdd96
+1 -1
View File
@@ -157,7 +157,7 @@ export default function RightSideBar({myJobList}) {
</div>
{/*JOB LINKS*/}
{myJobList?.data?.result_list?.length > 0 &&
{(userDetails?.account_type !== "FAMILY" && myJobList?.data?.result_list?.length > 0) &&
<div className="top-platform mt-6 bg-white dark:bg-dark-white rounded-2xl py-8 2xl:w-[268px] w-full 2xl:mb-10 2xl:border-none border ">
{/* heading */}
<div className="px-8 heading flex justify-between items-center mb-3.5">