mirror of
https://github.com/bitwarden/web
synced 2026-01-06 18:43:18 +00:00
notification service implementation
This commit is contained in:
@@ -209,7 +209,8 @@ export class OrganizationBillingComponent implements OnInit {
|
||||
}
|
||||
|
||||
get isExpired() {
|
||||
return this.billing != null && this.billing.expiration != null && this.billing.expiration < new Date();
|
||||
return this.billing != null && this.billing.expiration != null &&
|
||||
new Date(this.billing.expiration) < new Date();
|
||||
}
|
||||
|
||||
get subscriptionMarkedForCancel() {
|
||||
|
||||
Reference in New Issue
Block a user