Skip to content

Commit

Permalink
fix: resolve undefined object error (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumrender authored Dec 20, 2024
1 parent 9bc2347 commit 2887121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fyle/personal-cards/personal-cards.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export class PersonalCardsPage implements OnInit, AfterViewInit {
url,
access_token,
isMfaFlow,
this.selectedAccount.yodlee_provider_account_id
this.selectedAccount?.yodlee_provider_account_id
);
const browser = this.inAppBrowserService.create(pageContentUrl, '_blank', 'location=no');
this.spinnerDialog.show();
Expand Down

0 comments on commit 2887121

Please sign in to comment.