dont show add/remove seats when sub canceled
This commit is contained in:
parent
38d8f83587
commit
9114b68659
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit a19a30ffed177e18d6e64801066510bc983a3e8d
|
Subproject commit c37a52be8568fe749bb6e4c190dc4c736f02fb80
|
|
@ -98,7 +98,7 @@
|
||||||
</div>
|
</div>
|
||||||
<h2 class="spaced-header">{{'userSeats' | i18n}}</h2>
|
<h2 class="spaced-header">{{'userSeats' | i18n}}</h2>
|
||||||
<p>{{'subscriptionUserSeats' | i18n : billing.seats}}</p>
|
<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="mt-3">
|
||||||
<div class="d-flex" *ngIf="!showAdjustSeats">
|
<div class="d-flex" *ngIf="!showAdjustSeats">
|
||||||
<button type="button" class="btn btn-outline-secondary" (click)="adjustSeats(true)">
|
<button type="button" class="btn btn-outline-secondary" (click)="adjustSeats(true)">
|
||||||
|
|
Loading…
Reference in New Issue