mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
subscription null check
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
</div>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="!selfHosted">
|
||||
<ng-container *ngIf="!subscription.cancelled || subscriptionMarkedForCancel">
|
||||
<ng-container *ngIf="subscription && !subscription.cancelled || subscriptionMarkedForCancel">
|
||||
<div class="d-flex">
|
||||
<button type="button" class="btn btn-outline-secondary" (click)="downloadLicense()" *ngIf="!subscription.cancelled">
|
||||
{{'downloadLicense' | i18n}}
|
||||
|
||||
Reference in New Issue
Block a user