diff --git a/apps/web/src/app/billing/individual/user-subscription.component.html b/apps/web/src/app/billing/individual/user-subscription.component.html index 89c4c08e9ab..c8e15a25846 100644 --- a/apps/web/src/app/billing/individual/user-subscription.component.html +++ b/apps/web/src/app/billing/individual/user-subscription.component.html @@ -55,23 +55,14 @@
{{ "nextChargeHeader" | i18n }}
- -
- - {{ sub.subscription.periodEndDate | date: "MMM d, y" }} - - -
-
- -
- - {{ sub.subscription.periodEndDate | date: "MMM d, y" }} - -
-
+
+ + {{ sub.subscription.periodEndDate | date: "MMM d, y" }} + + +
; reinstatePromise: Promise; - protected enableDiscountDisplay$ = this.configService.getFeatureFlag$( - FeatureFlag.PM23341_Milestone_2, - ); - constructor( private apiService: ApiService, private platformUtilsService: PlatformUtilsService, @@ -63,7 +57,6 @@ export class UserSubscriptionComponent implements OnInit { private billingAccountProfileStateService: BillingAccountProfileStateService, private toastService: ToastService, private accountService: AccountService, - private configService: ConfigService, ) { this.selfHosted = this.platformUtilsService.isSelfHost(); }