mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
resolve the failing test
This commit is contained in:
@@ -42,7 +42,7 @@ export class PricingCalculationService {
|
||||
|
||||
return (
|
||||
plan.SecretsManager.basePrice +
|
||||
this.calculateSecretsManagerSeatTotal(plan, subscription?.smSeats) +
|
||||
this.calculateSecretsManagerSeatTotal(plan, subscription?.smSeats ?? 0) +
|
||||
this.calculateAdditionalServiceAccountTotal(plan, 0)
|
||||
); // This will be calculated separately
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user