Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Jan 9, 2025
1 parent 4b9e382 commit 70ef84e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/shared/components/sidemenu/sidemenu.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ export class SidemenuComponent implements OnInit {

ngOnInit(): void {
this.spenderOnboardingService.setOnboardingStatusAsComplete().subscribe(() => {
this.setupSideMenu();
this.setupNetworkWatcher();
this.authService.getEou().then((eou) => {
this.eou = eou;
});
});
this.setupNetworkWatcher();
this.authService.getEou().then((eou) => {
Expand Down

0 comments on commit 70ef84e

Please sign in to comment.