show condition

This commit is contained in:
CHIEFSOFT\ameye
2024-08-22 10:10:41 -04:00
parent 54da3df541
commit a7352f7828
@@ -41,7 +41,7 @@ export class MarketdetailPage implements OnInit {
this.offer_code = this.jobData.offer_code;
this.offer_depend_uid = this.jobData.offer_depend_uid;
if ( this.offer_depend_uid !=''){
if ( this.offer_depend_uid != null && this.offer_depend_uid.length > 10){
const linkedJobList = this.marketDataService.filterDependJob(this.offer_depend_uid);
if (linkedJobList?.length> 0){
this.linkedJob = linkedJobList[0];