mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
fix adjust seat pricing
This commit is contained in:
parent
86bc6fa807
commit
22a8f766c7
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 832babf704d590bca586454cd1a087f8c48503d6
|
||||
Subproject commit 7dc14a0d18b09c05dfd2bc7f7791b68a3b204601
|
@ -53,6 +53,6 @@ export class AdjustSeatsComponent {
|
||||
}
|
||||
|
||||
get adjustedSeatTotal(): number {
|
||||
return this.seatAdjustment * this.seatAdjustment;
|
||||
return this.seatAdjustment * this.seatPrice;
|
||||
}
|
||||
}
|
||||
|
@ -257,11 +257,11 @@ export class OrganizationBillingComponent implements OnInit {
|
||||
case PlanType.EnterpriseMonthly:
|
||||
return 4;
|
||||
case PlanType.EnterpriseAnnually:
|
||||
return 3;
|
||||
return 36;
|
||||
case PlanType.TeamsMonthly:
|
||||
return 2.5;
|
||||
case PlanType.TeamsAnnually:
|
||||
return 2;
|
||||
return 24;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user