Browse Source

Migrate fire page to OnPush

pull/7252/head
Thomas Kaul 1 week ago
parent
commit
36048cc836
  1. 3
      apps/client/src/app/pages/portfolio/fire/fire-page.component.ts

3
apps/client/src/app/pages/portfolio/fire/fire-page.component.ts

@ -91,6 +91,7 @@ export class GfFirePageComponent implements OnInit {
: 0
}
};
if (this.user.subscription?.type === SubscriptionType.Basic) {
this.fireWealth = {
today: {
@ -139,9 +140,9 @@ export class GfFirePageComponent implements OnInit {
);
this.calculateWithdrawalRates();
}
this.changeDetectorRef.markForCheck();
}
});
}

Loading…
Cancel
Save