mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +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;
|
return subTotal - this.discount;
|
||||||
}
|
}
|
||||||
|
|
||||||
get secretsManagerSubtotal() {
|
secretsManagerSubtotal() {
|
||||||
this.secretsManagerTotal = 0;
|
this.secretsManagerTotal = 0;
|
||||||
const plan = this.selectedSecretsManagerPlan;
|
const plan = this.selectedSecretsManagerPlan;
|
||||||
|
|
||||||
@@ -643,7 +643,7 @@ export class ChangePlanDialogComponent implements OnInit, OnDestroy {
|
|||||||
return (
|
return (
|
||||||
this.passwordManagerSubtotal +
|
this.passwordManagerSubtotal +
|
||||||
this.additionalStorageTotal(this.selectedPlan) +
|
this.additionalStorageTotal(this.selectedPlan) +
|
||||||
this.secretsManagerTotal +
|
this.secretsManagerSubtotal() +
|
||||||
this.estimatedTax
|
this.estimatedTax
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user