help data

This commit is contained in:
CHIEFSOFT\ameye
2023-12-04 18:02:53 -05:00
parent 0380019255
commit 80e9011175
5 changed files with 60 additions and 2 deletions
@@ -46,7 +46,7 @@ export class FastrewardComponent implements OnInit {
// debugger;
this.session_image_server = this.familyTotalData.session_image_server;
console.log("FAMILY RETURN DATA->", this.familyData);
this.total_family = this.familyData.length;
this.total_family = this.familyData?.length;
}
);