This commit is contained in:
Ebube
2023-05-31 10:35:08 +01:00
parent ced9c523ad
commit 16401cc3a2
5 changed files with 79 additions and 69 deletions
+3 -3
View File
@@ -51,9 +51,9 @@ export default function MyOffersTable({ className, MyActiveOffersList}) {
// }
};
if ( !MyActiveOffersList || MyActiveOffersList?.result_list?.length == 0 ){
return(''); // want blank or no appear when no items
}
// if ( !MyActiveOffersList || MyActiveOffersList?.result_list?.length == 0 ){
// return(''); // want blank or no appear when no items
// }
return (
<>