fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-07-27 11:31:44 -04:00
parent bd9a76bb80
commit a8a006b961
9 changed files with 26 additions and 12 deletions
@@ -12,7 +12,7 @@
</div>
<ion-label class="head_text">Description</ion-label>
<ion-label class="description">{{jobData.job_description}}
<ion-label class="description">{{ (jobData.job_description != undefined )? jobData.job_description : jobData.job_detail }}
</ion-label>
<ion-label class="head_text">Delivery Details</ion-label>
@@ -21,6 +21,7 @@ export class JobDetailsComponent implements OnInit {
ngOnInit() {
console.log("jobData => ", this.jobData);
//debugger;
this.session_image_server = this.sessionDataProviderService.session_image_server;
this.curr_session=this.sessionDataProviderService.session;
}