clean up on unused APIs
This commit was merged in pull request #794.
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user