Family page

This commit is contained in:
CHIEFSOFT\ameye
2024-02-08 16:57:27 -05:00
parent 8993f56787
commit 02d853e9c1
+2 -1
View File
@@ -43,7 +43,8 @@ export class FamilyPage implements OnInit {
this.currFamState = this.router.getCurrentNavigation().extras.state;
this.walletData = this.userWalletService.walletData;
if ( this.currFamState != undefined && this.currFamState != null){
if ( this.currFamState != undefined && this.currFamState != null && this.currFamState.family_action != undefined){
//debugger;
this.family_action = this.currFamState.family_action;
this.page_title= "Send Reward";
}