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

Loading…
Cancel
Save