Family page
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user