From 02d853e9c1b96e5155577a7191b0b4be86234434 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 8 Feb 2024 16:57:27 -0500 Subject: [PATCH] Family page --- src/app/pages/family/family.page.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/pages/family/family.page.ts b/src/app/pages/family/family.page.ts index d8a463c..f6fafc0 100644 --- a/src/app/pages/family/family.page.ts +++ b/src/app/pages/family/family.page.ts @@ -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"; }