1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 02:33:33 +00:00

fix(billing): Fix accurate typing

This commit is contained in:
Stephon Brown
2025-10-06 11:34:17 -04:00
parent 5b9d6f850f
commit 84e319e840

View File

@@ -115,7 +115,7 @@ export class UpgradeAccountComponent implements OnInit {
),
type: buttonType,
},
features: tier.passwordManager.features.map((f: any) => f.value),
features: tier.passwordManager.features.map((f: { key: string; value: string }) => f.value),
};
}