new contract file upload link added

This commit was merged in pull request #742.
This commit is contained in:
victorAnumudu
2024-06-25 19:28:17 +01:00
parent a474d42d85
commit 63eb8b9729
4 changed files with 97 additions and 109 deletions
+2 -1
View File
@@ -36,6 +36,7 @@ export default function RightSideBar({ myJobList }) {
};
const { userDetails } = useSelector((state) => state?.userDetails);
let walletExist = userDetails?.wallet_available_status == 'WALLET_AVAILABLE' || localStorage.getItem('wallet_available_status')== 'WALLET_AVAILABLE'
return (
<>
@@ -280,7 +281,7 @@ export default function RightSideBar({ myJobList }) {
</div>
{/*JOB LINKS*/}
{(userDetails?.account_type !== "FAMILY" && userDetails?.wallet_status) &&
{(userDetails?.account_type !== "FAMILY" && walletExist) &&
myJobList?.data?.result_list?.length > 0 && (
<div className="top-platform mt-6 bg-white dark:bg-dark-white rounded-2xl py-8 w-full 2xl:mb-10 2xl:border-none border ">
{/* heading */}