mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Total is showing blank (#13313)
This commit is contained in:
@@ -616,7 +616,7 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
||||
return subTotal - this.discount;
|
||||
}
|
||||
|
||||
get secretsManagerSubtotal() {
|
||||
secretsManagerSubtotal() {
|
||||
this.secretsManagerTotal = 0;
|
||||
const plan = this.selectedSecretsManagerPlan;
|
||||
|
||||
@@ -643,7 +643,7 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
||||
return (
|
||||
this.passwordManagerSubtotal +
|
||||
this.additionalStorageTotal(this.selectedPlan) +
|
||||
this.secretsManagerTotal +
|
||||
this.secretsManagerSubtotal() +
|
||||
this.estimatedTax
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user