pull/1597/head
Thomas Kaul 2 years ago committed by GitHub
parent e88dbb0181
commit 7ad58b1a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,8 @@
></gf-premium-indicator> ></gf-premium-indicator>
</div> </div>
<div *ngIf="user?.subscription?.type === 'Premium'"> <div *ngIf="user?.subscription?.type === 'Premium'">
Valid until {{ user?.subscription?.expiresAt | date: <ng-container i18n>Valid until</ng-container> {{
defaultDateFormat }} user?.subscription?.expiresAt | date: defaultDateFormat }}
</div> </div>
<div *ngIf="user?.subscription?.type === 'Basic'"> <div *ngIf="user?.subscription?.type === 'Basic'">
<ng-container *ngIf="hasPermissionForSubscription"> <ng-container *ngIf="hasPermissionForSubscription">

Loading…
Cancel
Save