mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
dont show add/remove seats when sub canceled
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: a19a30ffed...c37a52be85
@@ -98,7 +98,7 @@
|
||||
</div>
|
||||
<h2 class="spaced-header">{{'userSeats' | i18n}}</h2>
|
||||
<p>{{'subscriptionUserSeats' | i18n : billing.seats}}</p>
|
||||
<ng-container *ngIf="subscription && canAdjustSeats">
|
||||
<ng-container *ngIf="subscription && canAdjustSeats && !subscription.cancelled && !subscriptionMarkedForCancel && paymentSource">
|
||||
<div class="mt-3">
|
||||
<div class="d-flex" *ngIf="!showAdjustSeats">
|
||||
<button type="button" class="btn btn-outline-secondary" (click)="adjustSeats(true)">
|
||||
|
||||
Reference in New Issue
Block a user