clean up on unused APIs

This commit was merged in pull request #794.
This commit is contained in:
victorAnumudu
2024-09-25 20:40:37 +01:00
parent 2ca1c668f5
commit 99d9a468f6
5 changed files with 101 additions and 86 deletions
+9 -10
View File
@@ -61,15 +61,14 @@ export default function FullAccountDash(props) {
<AccountDashboard className="mb-4" bannerList={props.bannerList} offersList={props.offersList} imageServer={props.imageServer} />
)}
{
// props?.dashTypes !== "undefined" &&
// props.offersList?.data?.result_list?.length ? (
// <MyOffersTable
// MyActiveOffersList={props.offersList?.data}
// className="mb-10"
// />
// )
// :
{/* {props?.dashTypes !== "undefined" &&
props.offersList?.data?.result_list?.length ? (
<MyOffersTable
MyActiveOffersList={props.offersList?.data}
className="mb-10"
/>
)
:
props.MyActiveJobList?.data?.length ? (
<>
<div className="w-full mb-5 flex justify-between items-center gap-1">
@@ -83,7 +82,7 @@ export default function FullAccountDash(props) {
imageServer={props.offersList?.data?.session_image_server}
/>
</>
) : null}
) : null} */}
</div>
</>
);